Update Rust crate bytes to 1.5.0
This commit is contained in:
parent
8d0dabfe0e
commit
844f4fc268
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -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"
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user