diff --git a/Cargo.lock b/Cargo.lock index ece8465..a707416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,9 +187,9 @@ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" [[package]] name = "bytes" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/Cargo.toml b/Cargo.toml index 0b814c7..d59be23 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ publish = false # We don't want to publish it to crates.io yet. [dependencies] async-trait = "0.1.85" bollard = "0.19.0" -bytes = "1.10.1" +bytes = "1.11.1" chrono = { version = "0.4.40", features = ["serde"] } clap = { version = "4.5.34", features = ["derive"] } dirs = "6.0.0"