diff --git a/rust-peer/Cargo.lock b/rust-peer/Cargo.lock index f6a5c5d9..b63b592f 100644 --- a/rust-peer/Cargo.lock +++ b/rust-peer/Cargo.lock @@ -1083,9 +1083,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" +checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" dependencies = [ "humantime", "is-terminal", diff --git a/rust-peer/Cargo.toml b/rust-peer/Cargo.toml index 4f1de338..4046ac10 100644 --- a/rust-peer/Cargo.toml +++ b/rust-peer/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0" clap = { version = "4.1.11", features = ["derive", "env"] } -env_logger = "0.10.0" +env_logger = "0.10.2" futures = "0.3.27" futures-timer = "3.0.2" libp2p = { version = "0.52.3", features = ["identify", "ping", "tokio", "gossipsub", "macros", "relay", "kad", "rsa", "ed25519", "quic", "request-response", "dns", "memory-connection-limits"] }