diff --git a/Cargo.lock b/Cargo.lock index e9161d6f..b399264c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,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 = "camino" diff --git a/Cargo.toml b/Cargo.toml index c291eaca..2b73e29a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ resolver = "1" [workspace.dependencies] anyhow = "1.0" async-trait = "0.1.83" -bytes = "1.7.1" +bytes = "1.10.0" chrono = "0.4.38" clap = "4.5.20" dirs = "5.0.1"