Update Rust crate bytes to 1.5.0 - abandoned #7

Closed
pierre wants to merge 1 commits from renovate/bytes-1.x into master
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -330,9 +330,9 @@ dependencies = [
[[package]]
name = "bytes"
version = "1.1.0"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "bytestring"

View File

@ -13,6 +13,6 @@ actix-files = "0.6"
actix-multipart = "0.4"
env_logger = "0.9.0"
log = "0.4"
bytes = "1.1.0"
bytes = "1.5.0"
futures-util = { version = "0.3.21", default-features = false, features = ["std"] }
tar = "0.4.38"