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

This commit is contained in:
2024-03-23 00:27:23 +00:00
parent 043c6b8924
commit b744255b72
2 changed files with 19 additions and 39 deletions

View File

@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
light-openid = { version = "1.0.1", features=["crypto-wrapper"] }
log = "0.4.21"
env_logger = "0.10.0"
env_logger = "0.11.3"
clap = { version = "4.5.3", features = ["derive", "env"] }
lazy_static = "1.4.0"
actix-web = "4.5.1"