Compare commits
1 Commits
master
...
renovate/l
Author | SHA1 | Date | |
---|---|---|---|
8d1e633604 |
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -743,12 +743,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log"
|
name = "log"
|
||||||
version = "0.4.16"
|
version = "0.4.21"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
||||||
dependencies = [
|
|
||||||
"cfg-if",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "matches"
|
name = "matches"
|
||||||
|
@ -12,7 +12,7 @@ actix-web = "4"
|
|||||||
actix-files = "0.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.21"
|
||||||
bytes = "1.1.0"
|
bytes = "1.1.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