Skip to content

Commit b6b6bf5

Browse files
Update env_logger requirement from 0.10.1 to 0.11.6
Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. - [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.10.1...v0.11.6) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9055af commit b6b6bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ name = "html2text"
3939
path = "examples/html2text.rs"
4040

4141
[dev-dependencies]
42-
env_logger = "0.10.1"
42+
env_logger = "0.11.6"
4343
argparse = "0.2.2"
4444
log = "0.4.20"
4545

0 commit comments

Comments
 (0)