Skip to content

Commit

Permalink
Bump env_logger dependency to 0.11
Browse files Browse the repository at this point in the history
This requires Cargo 1.71 because of certain incompatibilities in the
Cargo manifest.
  • Loading branch information
djc committed Jan 22, 2024
1 parent bee3fce commit 03ff8fc
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 @@ -35,5 +35,5 @@ url = "2"
which = "6.0"

[dev-dependencies]
env_logger = "0.10"
env_logger = "0.11"
tokio = { version = "1.1", features = ["macros", "parking_lot", "rt-multi-thread"] }

0 comments on commit 03ff8fc

Please sign in to comment.