Skip to content

Commit

Permalink
Update Rust crate env_logger to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nextest-bot committed Jan 19, 2024
1 parent 9bff9c4 commit 8239566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cargo-nextest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dialoguer = "0.11.0"
duct = "0.13.7"
enable-ansi-support = "0.2.1"
# we don't use the default formatter so we don't need default features
env_logger = { version = "0.10.1", default-features = false }
env_logger = { version = "0.10.2", default-features = false }
guppy = "0.17.4"
log = "0.4.20"
itertools = "0.12.0"
Expand Down

0 comments on commit 8239566

Please sign in to comment.