update log crate

This commit is contained in:
Carson McManus 2023-06-29 17:58:48 -04:00
parent 3cb0869597
commit b30eb050de
3 changed files with 4 additions and 7 deletions

7
Cargo.lock generated
View file

@ -954,12 +954,9 @@ dependencies = [
[[package]]
name = "log"
version = "0.4.17"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
[[package]]
name = "lru-cache"

View file

@ -42,7 +42,7 @@ rand = "0.8.4"
standback = "0.2.17" # required to fix a compilation error on a transient dependency
clap = { version = "3.1.18", features = ["derive", "cargo", "env"] }
clap_complete = "3.2.1"
log = "0.4.14"
log = "0.4.19"
stderrlog = "0.4"
cookie = "0.14"
regex = "1"

View file

@ -24,7 +24,7 @@ cookie = "0.14"
regex = "1"
lazy_static = "1.4.0"
uuid = { version = "0.8", features = ["v4"] }
log = "0.4.14"
log = "0.4.19"
scraper = "0.12.0"
maplit = "1.0.2"
thiserror = "1.0.26"