diff --git a/Cargo.lock b/Cargo.lock index 39528581a..9379092d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3297,7 +3297,7 @@ dependencies = [ "gstreamer-app", "gstreamer-net", "gstreamer-pbutils", - "lru 0.14.0", + "lru 0.16.0", "rtsp-types", "sdp-types", "socket2 0.6.0", @@ -5318,9 +5318,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.14.0" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198" +checksum = "86ea4e65087ff52f3862caff188d489f1fab49a0cb09e01b2e3f1a617b10aaed" dependencies = [ "hashbrown 0.15.4", ] diff --git a/net/rtsp/Cargo.toml b/net/rtsp/Cargo.toml index 2974758cf..ad3e904b2 100644 --- a/net/rtsp/Cargo.toml +++ b/net/rtsp/Cargo.toml @@ -17,7 +17,7 @@ gst = { workspace = true, features = ["v1_20"] } gst-app = { workspace = true, features = ["v1_20"] } gst-net = { workspace = true, features = ["v1_20"] } gst-pbutils = { workspace = true, features = ["v1_20"] } -lru = "0.14" +lru = "0.16" rtsp-types = "0.1" sdp-types = "0.1" socket2 = { version = "0.6", features = ["all"] }