Skip to content

Commit f1b938d

Browse files
Update env_logger requirement from 0.8 to 0.9
Updates the requirements on [env_logger](https://github.com/env-logger-rs/env_logger) to permit the latest version. - [Release notes](https://github.com/env-logger-rs/env_logger/releases) - [Changelog](https://github.com/env-logger-rs/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6477d1 commit f1b938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ isahc-static-curl = ["isahc/static-curl"]
2929
sync = []
3030

3131
[dev-dependencies]
32-
env_logger = "0.8"
32+
env_logger = "0.9"
3333
futures-await-test = "0.3"
3434
futures = "0.3"
3535

0 commit comments

Comments
 (0)