Skip to content

Commit e90a5f7

Browse files
chore(deps): update env_logger requirement from 0.9.0 to 0.11.8
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.9.0...v0.11.8) --- updated-dependencies: - dependency-name: env_logger dependency-version: 0.11.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a19f369 commit e90a5f7

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
@@ -33,7 +33,7 @@ tokio = { version = "1.15.0", features = ["full"]}
3333
async-trait = "0.1.52"
3434

3535
[dev-dependencies]
36-
env_logger = "0.9.0"
36+
env_logger = "0.11.8"
3737
futures = "0.3.8"
3838
oura = "1.1.0"
3939
pallas = "0.7.0"

0 commit comments

Comments
 (0)