Compare commits
1 Commits
master
...
renovate/b
Author | SHA1 | Date | |
---|---|---|---|
844f4fc268 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -330,9 +330,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytes"
|
name = "bytes"
|
||||||
version = "1.1.0"
|
version = "1.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bytestring"
|
name = "bytestring"
|
||||||
|
@ -13,6 +13,6 @@ actix-files = "0.6"
|
|||||||
actix-multipart = "0.4"
|
actix-multipart = "0.4"
|
||||||
env_logger = "0.9.0"
|
env_logger = "0.9.0"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
bytes = "1.1.0"
|
bytes = "1.5.0"
|
||||||
futures-util = { version = "0.3.21", default-features = false, features = ["std"] }
|
futures-util = { version = "0.3.21", default-features = false, features = ["std"] }
|
||||||
tar = "0.4.38"
|
tar = "0.4.38"
|
Loading…
Reference in New Issue
Block a user