Update Rust crate log to 0.4.17
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2022-05-14 00:09:12 +00:00
parent df05d0520d
commit af6b5d2d72
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1510,9 +1510,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.16"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6389c490849ff5bc16be905ae24bc913a9c8892e19b2341dbc175e14c341c2b8"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]

View File

@ -11,7 +11,7 @@ actix-identity = "0.4.0"
actix-web = "4"
clap = { version = "3.1.18", features = ["derive", "env"] }
include_dir = "0.7.2"
log = "0.4.16"
log = "0.4.17"
serde_json = "1.0.81"
serde_yaml = "0.8.23"
env_logger = "0.9.0"