Skip to content

Commit

Permalink
Merge pull request #33 from nhudson/renovate/env_logger-0.x
Browse files Browse the repository at this point in the history
Update Rust crate env_logger to 0.11
  • Loading branch information
nhudson authored Jan 19, 2024
2 parents d16ef04 + d985494 commit b03c9fb
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 b03c9fb

Please sign in to comment.