diff --git a/Cargo.lock b/Cargo.lock index e6db165..50ce7d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -400,9 +400,9 @@ dependencies = [ [[package]] name = "bytes" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" +checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" [[package]] name = "bytestring" diff --git a/Cargo.toml b/Cargo.toml index 292374f..041f840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ actix-files = "0.6.8" actix-multipart = "0.7.2" env_logger = "0.11.8" log = "0.4.28" -bytes = "1.10.1" +bytes = "1.11.0" futures-util = { version = "0.3.31", default-features = false, features = ["std"] } tar = "0.4.44"