Skip to content

Commit 6a9dc9d

Browse files
Update env_logger requirement from 0.10.0 to 0.11.0 (#22)
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.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45ab67c commit 6a9dc9d

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
@@ -26,7 +26,7 @@ git2 = "0.18.0"
2626
mockito = "1.0.2"
2727
csv = "1.1"
2828
log = "0.4"
29-
env_logger = "0.10.0"
29+
env_logger = "0.11.0"
3030
axum = { version = "0.6.1", features = ["headers", "macros"] }
3131
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
3232
tower-http = { version = "0.5.0", features = ["cors"] }

0 commit comments

Comments
 (0)