diff --git a/Cargo.lock b/Cargo.lock index 940ee82c0..b7c0b3821 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -693,9 +693,9 @@ checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495" [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bzip2" diff --git a/examples/save_to_disk/Cargo.toml b/examples/save_to_disk/Cargo.toml index 0fd6cea8e..cf11318eb 100644 --- a/examples/save_to_disk/Cargo.toml +++ b/examples/save_to_disk/Cargo.toml @@ -7,5 +7,5 @@ publish = false [dependencies] tokio = { version = "1", features = ["full"] } livekit = { workspace = true, features = ["rustls-tls-native-roots"] } -bytes = "1.4.0" +bytes = "1.11.1" futures = "0.3.28" diff --git a/livekit-ffi/Cargo.toml b/livekit-ffi/Cargo.toml index d3f4dad0d..4db91f4d9 100644 --- a/livekit-ffi/Cargo.toml +++ b/livekit-ffi/Cargo.toml @@ -35,7 +35,7 @@ dashmap = "5.4" env_logger = "0.10" downcast-rs = "1.2" console-subscriber = { version = "0.1", features = ["parking_lot"], optional = true } -bytes = "1.10.1" +bytes = "1.11.1" from_variants = "1.0.2" [target.'cfg(target_os = "android")'.dependencies] diff --git a/livekit/Cargo.toml b/livekit/Cargo.toml index b65bf3990..b4aea7122 100644 --- a/livekit/Cargo.toml +++ b/livekit/Cargo.toml @@ -42,7 +42,7 @@ log = "0.4" chrono = "0.4.38" semver = "1.0" libloading = { version = "0.8.6" } -bytes = "1.10.1" +bytes = "1.11.1" bmrng = "0.5.2" [dev-dependencies]