From f4276588649430ce7e957734b7e89a1b9912a6bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 12:59:25 +0000 Subject: [PATCH] chore(deps): bump log from 0.4.20 to 0.4.21 in /rust-peer Bumps [log](https://github.com/rust-lang/log) from 0.4.20 to 0.4.21. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.20...0.4.21) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust-peer/Cargo.lock | 4 ++-- rust-peer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-peer/Cargo.lock b/rust-peer/Cargo.lock index f6a5c5d9..bb2c3e6c 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.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" +checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" [[package]] name = "lru" diff --git a/rust-peer/Cargo.toml b/rust-peer/Cargo.toml index 4f1de338..d3a8f169 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.21" rand = "0.8.5" tokio = { version = "1.27.0", features = ["full"] } tokio-util = { version = "0.7", features = ["full"] }