Skip to content

Commit

Permalink
Update env_logger dev-dep to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Oct 9, 2023
1 parent 16a3a19 commit 7386ff5
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 @@ -67,7 +67,7 @@ serde_json = "1.0.0"

# Examples
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync", "net"] }
env_logger = { version = "0.9", default-features = false }
env_logger = { version = "0.10", default-features = false }
tokio-rustls = "0.24"
webpki-roots = "0.25"

Expand Down

0 comments on commit 7386ff5

Please sign in to comment.