Merge pull request 'Update Rust crate bytes to 1.11.0' (#48) from renovate/bytes-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit was merged in pull request #48.
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user