Skip to content

Commit

Permalink
Update env_logger requirement from 0.7.1 to 0.8.3 (#1992)
Browse files Browse the repository at this point in the history
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/master/CHANGELOG.md)
- [Commits](https://github.com/env-logger-rs/env_logger/commits/v0.8.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Max Inden <mail@max-inden.de>
  • Loading branch information
dependabot[bot] and mxinden committed Mar 12, 2021
1 parent e9e366c commit f6bc807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/relay/Cargo.toml
Expand Up @@ -29,7 +29,7 @@ wasm-timer = "0.2"
prost-build = "0.7"

[dev-dependencies]
env_logger = "0.7.1"
env_logger = "0.8.3"
libp2p = { path = "../.." }
libp2p-kad = { path = "../kad" }
libp2p-ping = { path = "../ping" }
Expand Down

0 comments on commit f6bc807

Please sign in to comment.