Skip to content

Commit 201caea

Browse files
Update env_logger requirement from 0.10.0 to 0.11.3
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.0...v0.11.3) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9bd085c commit 201caea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ all-features = true
1414

1515
[dependencies]
1616
async-trait = "0.1.52"
17-
env_logger = { version = "0.10.0", optional = true }
17+
env_logger = { version = "0.11.3", optional = true }
1818
log = { version = "0.4", optional = true }
1919
tokio = { version = "1", features = [ "sync", "rt" ] }
2020

0 commit comments

Comments
 (0)