mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 23:31:33 +00:00
build(deps): Update env_logger requirement from 0.9.0 to 0.10.0 (#3166)
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](https://github.com/rust-cli/env_logger/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: env_logger dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@ -25,7 +25,7 @@ unsigned-varint = { version = "0.7", features = ["asynchronous_codec"] }
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.7.0", features = ["attributes"] }
|
||||
criterion = "0.4"
|
||||
env_logger = "0.9"
|
||||
env_logger = "0.10"
|
||||
futures = "0.3"
|
||||
libp2p = { path = "../..", features = ["full"] }
|
||||
libp2p-muxer-test-harness = { path = "../test-harness" }
|
||||
|
Reference in New Issue
Block a user