deps: bump env_logger from 0.9.3 to 0.10.0

Pull-Request: #3518.
This commit is contained in:
dependabot[bot] 2023-02-28 01:35:40 +00:00 committed by GitHub
parent d6ebac4e78
commit ac97e28d45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 15 deletions

15
Cargo.lock generated
View File

@ -1318,19 +1318,6 @@ dependencies = [
"regex",
]
[[package]]
name = "env_logger"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "env_logger"
version = "0.10.0"
@ -1981,7 +1968,7 @@ version = "0.1.0"
dependencies = [
"anyhow",
"either",
"env_logger 0.9.3",
"env_logger 0.10.0",
"futures",
"if-addrs 0.8.0",
"libp2p",

View File

@ -7,7 +7,7 @@ publish = false
[dependencies]
anyhow = "1"
either = "1.8.0"
env_logger = "0.9.0"
env_logger = "0.10.0"
futures = "0.3.26"
if-addrs = "0.8.0"
libp2p = { path = "../", features = ["websocket", "quic", "mplex", "yamux", "tcp", "tokio", "ping", "noise", "tls", "dns", "rsa", "macros", "webrtc"] }