diff --git a/rust-peer/Cargo.lock b/rust-peer/Cargo.lock index f6a5c5d9..5d345dad 100644 --- a/rust-peer/Cargo.lock +++ b/rust-peer/Cargo.lock @@ -2098,9 +2098,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.20" +version = "0.4.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" [[package]] name = "lru" diff --git a/rust-peer/Cargo.toml b/rust-peer/Cargo.toml index 4f1de338..d8c566dc 100644 --- a/rust-peer/Cargo.toml +++ b/rust-peer/Cargo.toml @@ -13,7 +13,7 @@ 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"] } libp2p-webrtc = { version = "0.6.0-alpha", features = ["tokio", "pem"] } -log = "0.4.17" +log = "0.4.22" rand = "0.8.5" tokio = { version = "1.27.0", features = ["full"] } tokio-util = { version = "0.7", features = ["full"] }