Skip to content

Commit

Permalink
Update Rust crate env_logger to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent d16ef04 commit d985494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actix-web = "4.4"
reqwest = { version = "0.11", features = ["json"] }
serde = { version = "1.0", features = ["derive"]}
log = "0.4"
env_logger = "0.10"
env_logger = "0.11"
parking_lot = "0.12"
futures = "0.3"
hex = "0.4"
Expand Down

0 comments on commit d985494

Please sign in to comment.