diff --git a/Cargo.lock b/Cargo.lock index de55b9e7..569a347a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -634,9 +634,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "a12916984aab3fa6e39d655a33e09c0071eb36d6ab3aea5c2d78551f1df6d952" [[package]] name = "bzip2-sys" diff --git a/dragonfly-client/Cargo.toml b/dragonfly-client/Cargo.toml index a75e51f9..166093b3 100644 --- a/dragonfly-client/Cargo.toml +++ b/dragonfly-client/Cargo.toml @@ -71,7 +71,7 @@ lazy_static = "1.5" prometheus = { version = "0.13", features = ["process"] } tonic-health = "0.9.2" tonic-reflection = "0.9.2" -bytes = "1.4" +bytes = "1.6" sysinfo = "0.29.6" tower = "0.4.13" indicatif = "0.17.8"