diff --git a/Cargo.lock b/Cargo.lock index a73c82b..a13bed4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,9 +465,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index 77437d3..04ae395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ async-trait = "0.1.81" tonic = { version = "0.12.3", features = ["tls"] } tonic-web = "0.12.3" tonic-reflection = "0.12.3" -bytes = "1.4.0" +bytes = "1.9.0" futures-core = "0.3.31" tokio-stream = { version = "0.1.14", features = ["sync"] } futures-util = "0.3.28"