fix(deps): update rust crate log to 0.4.21

This commit is contained in:
renovate[bot] 2024-04-30 20:41:52 +00:00 committed by GitHub
parent 9b7c3d501f
commit d590fd3bc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1068,9 +1068,9 @@ dependencies = [
[[package]] [[package]]
name = "log" name = "log"
version = "0.4.20" 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 = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]] [[package]]
name = "memchr" name = "memchr"

View file

@ -20,7 +20,7 @@ dotenvy = "0.15.7"
enum_dispatch = "0.3.12" enum_dispatch = "0.3.12"
env_logger = "0.11.1" env_logger = "0.11.1"
eyre = "0.6.11" eyre = "0.6.11"
log = "0.4.20" log = "0.4.21"
poise = "0.6.1" poise = "0.6.1"
octocrab = "0.37.0" octocrab = "0.37.0"
redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] } redis = { version = "0.25.2", features = ["tokio-comp", "tokio-rustls-comp"] }