Update Rust crate bytes to 1.11.0 #48

Merged
renovate merged 1 commits from renovate/bytes-1.x into master 2025-11-16 00:13:40 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e968de0336 - Show all commits

4
Cargo.lock generated
View File

@@ -400,9 +400,9 @@ dependencies = [
[[package]] [[package]]
name = "bytes" name = "bytes"
version = "1.10.1" version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
[[package]] [[package]]
name = "bytestring" name = "bytestring"

View File

@@ -13,6 +13,6 @@ actix-files = "0.6.8"
actix-multipart = "0.7.2" actix-multipart = "0.7.2"
env_logger = "0.11.8" env_logger = "0.11.8"
log = "0.4.28" log = "0.4.28"
bytes = "1.10.1" bytes = "1.11.0"
futures-util = { version = "0.3.31", default-features = false, features = ["std"] } futures-util = { version = "0.3.31", default-features = false, features = ["std"] }
tar = "0.4.44" tar = "0.4.44"