Compare commits

...

2 Commits

Author SHA1 Message Date
19c82da34c Merge pull request 'Update Rust crate bytes to 1.11.1' (#57) from renovate/bytes-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-02-05 00:31:04 +00:00
08141f59a6 Update Rust crate bytes to 1.11.1
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build is passing
2026-02-04 00:30:30 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -400,9 +400,9 @@ dependencies = [
[[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 = "bytestring"

View File

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