diff --git a/Cargo.lock b/Cargo.lock index a3cbcc96..87534a05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -659,9 +659,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[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" dependencies = [ "serde", ] diff --git a/packages/cipherstash-proxy-integration/Cargo.toml b/packages/cipherstash-proxy-integration/Cargo.toml index 5a1f45ce..4642b9fb 100644 --- a/packages/cipherstash-proxy-integration/Cargo.toml +++ b/packages/cipherstash-proxy-integration/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -bytes = "1.10.1" +bytes = "1.11.1" cipherstash-client = { workspace = true, features = ["tokio"] } cipherstash-config = "0.2.3" cipherstash-proxy = { path = "../cipherstash-proxy/" } diff --git a/packages/cipherstash-proxy/Cargo.toml b/packages/cipherstash-proxy/Cargo.toml index 8c920404..38481ea6 100644 --- a/packages/cipherstash-proxy/Cargo.toml +++ b/packages/cipherstash-proxy/Cargo.toml @@ -9,7 +9,7 @@ aws-lc-rs = "1.13.3" bigdecimal = { version = "0.4.6", features = ["serde-json"] } blake3 = "1" arc-swap = "1.7.1" -bytes = { version = "1.9", default-features = false } +bytes = { version = "1.11", default-features = false } chrono = { version = "0.4.39", features = ["clock"] } cipherstash-client = { workspace = true, features = ["tokio"] } clap = { version = "4.5.31", features = ["derive", "env"] }