Skip to content

Commit

Permalink
update env_logger to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yanns authored and d-e-s-o committed Jan 25, 2024
1 parent 8b48901 commit 39438fc
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 @@ -47,7 +47,7 @@ members = ["macros"]
[dependencies]
test-log-macros = {version = "0.2.14", path = "macros"}
tracing-subscriber = {version = "0.3.17", default-features = false, optional = true, features = ["env-filter", "fmt"]}
env_logger = {version = "0.10", default-features = false, optional = true}
env_logger = {version = "0.11", default-features = false, optional = true}

[dev-dependencies]
logging = {version = "0.4.8", package = "log"}
Expand Down

0 comments on commit 39438fc

Please sign in to comment.