diff --git a/Cargo.lock b/Cargo.lock index db0357bd..604a64b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,9 +482,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "bytesize" diff --git a/dragonfly-client/Cargo.toml b/dragonfly-client/Cargo.toml index 49f69f73..5caac8c5 100644 --- a/dragonfly-client/Cargo.toml +++ b/dragonfly-client/Cargo.toml @@ -77,7 +77,7 @@ opentelemetry-jaeger = { version = "0.17.0", features = ["rt-tokio"] } pprof = { version = "0.14", features = ["flamegraph", "protobuf-codec"] } prometheus = { version = "0.13", features = ["process"] } tonic-health = "0.12.3" -bytes = "1.9" +bytes = "1.10" sysinfo = "0.32.1" tower = "0.4.13" indicatif = "0.17.11"