Skip to content

Commit

Permalink
Bump env_logger dependency to 0.10
Browse files Browse the repository at this point in the history
This change bumps the env_logger dependency we use to version 0.10.
  • Loading branch information
d-e-s-o committed Feb 24, 2024
1 parent 0add4a0 commit f092c4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Unreleased
filter on a per-test basis behind new `unstable` feature
- Improved compile error output on wrong usage
- Bumped minimum supported Rust version to `1.61`
- Bumped `env_logger` dependency to `0.10`


0.2.13
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ members = ["macros"]
[dependencies]
test-log-macros = {path = "macros"}
tracing-subscriber = {version = "0.3.17", default-features = false, optional = true, features = ["env-filter", "fmt"]}
env_logger = {version = "0.9.3", default-features = false, optional = true}
env_logger = {version = "0.10", default-features = false, optional = true}

[dev-dependencies]
logging = {version = "0.4.8", package = "log"}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ use, the respective feature should be enabled to make messages that are
emitted by the test manifest on the console.

[docs-rs]: https://docs.rs/crate/test-log
[env-docs-rs]: https://docs.rs/env_logger/0.9.0/env_logger
[env-docs-rs]: https://docs.rs/env_logger/0.10.1/env_logger
[log]: https://crates.io/crates/log
[tokio-test]: https://docs.rs/tokio/1.4.0/tokio/attr.test.html
[tracing]: https://crates.io/crates/tracing
Expand Down

0 comments on commit f092c4e

Please sign in to comment.