Merge pull request 'Update Rust crate log to 0.4.18' (#10) from renovate/log-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #10
This commit is contained in:
Pierre HUBERT 2023-05-30 08:38:05 +00:00
commit 0c2dafe58c
2 changed files with 3 additions and 6 deletions

7
Cargo.lock generated
View File

@ -1105,12 +1105,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.17"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
[[package]]
name = "memchr"

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
log = "0.4.17"
log = "0.4.18"
env_logger = "0.10.0"
clap = { version = "4.3.0", features = ["derive", "env"] }
lazy_static = "1.4.0"