diff --git a/Cargo.lock b/Cargo.lock index 44f4ecc2e..e809cc7b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1384,9 +1384,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bzip2-sys" diff --git a/orbit/client-spring/Cargo.toml b/orbit/client-spring/Cargo.toml index 6800facad..598e861a6 100644 --- a/orbit/client-spring/Cargo.toml +++ b/orbit/client-spring/Cargo.toml @@ -34,7 +34,7 @@ prost = { workspace = true } # JNI dependencies jni = "0.21" # Additional utilities -bytes = "1.0" +bytes = "1.11" futures = "0.3" chrono = { version = "0.4", features = ["serde"] } tokio-stream = "0.1" diff --git a/orbit/engine/Cargo.toml b/orbit/engine/Cargo.toml index bea86447e..aa03b45a5 100644 --- a/orbit/engine/Cargo.toml +++ b/orbit/engine/Cargo.toml @@ -21,7 +21,7 @@ futures = "0.3" # Serialization serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -bytes = "1.7" +bytes = "1.11" base64 = "0.22" # Error handling diff --git a/orbit/server/Cargo.toml b/orbit/server/Cargo.toml index 0cfac4e88..086f8dc23 100644 --- a/orbit/server/Cargo.toml +++ b/orbit/server/Cargo.toml @@ -22,7 +22,7 @@ tokio.workspace = true tokio-stream.workspace = true tokio-util = { version = "0.7", features = ["codec"] } # Protocol dependencies (merged from orbit-protocols) -bytes = "1.7" +bytes = "1.11" bson = "2.9" ciborium = "0.2" nom = "7.1" diff --git a/orbit/shared/Cargo.toml b/orbit/shared/Cargo.toml index 9631cf0fe..3ca1904f4 100644 --- a/orbit/shared/Cargo.toml +++ b/orbit/shared/Cargo.toml @@ -42,7 +42,7 @@ tracing-subscriber = "0.3" # Spatial dependencies dashmap.workspace = true rayon = "1.10" -bytes = "1.0" +bytes = "1.11" # Security dependencies regex.workspace = true # WAL integrity checking