Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 86f352c

Browse files
Bump env_logger from 0.9.3 to 0.10.0
Bumps [env_logger](https://github.com/rust-cli/env_logger) from 0.9.3 to 0.10.0. - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.9.3...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32d6108 commit 86f352c

File tree

2 files changed

+154
-12
lines changed

2 files changed

+154
-12
lines changed

Cargo.lock

Lines changed: 153 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude = ["/ci/*", "/.github/*", "/doc"]
1515
cargo = "0.66"
1616
crates-io = "0.34" # Keep in sync with version pulled by Cargo
1717
curl = "0.4.44"
18-
env_logger = "0.9"
18+
env_logger = "0.10"
1919
anyhow = "1.0.66"
2020
log = "0.4"
2121
semver = "1.0" # Keep in sync with version pulled by Cargo

0 commit comments

Comments
 (0)