From 6130cd61e67d63d33500ac4da0441ccb70cd527c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:53:31 +0000 Subject: [PATCH 1/2] deps: bump serde_json from 1.0.114 to 1.0.115 Pull-Request: #5287. --- Cargo.lock | 4 ++-- hole-punching-tests/Cargo.toml | 2 +- misc/keygen/Cargo.toml | 2 +- protocols/request-response/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6dd78a37f00..94e4fe236b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5240,9 +5240,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.114" +version = "1.0.115" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0" +checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd" dependencies = [ "indexmap 2.2.1", "itoa", diff --git a/hole-punching-tests/Cargo.toml b/hole-punching-tests/Cargo.toml index c8e6cde98e0..5b95f3851b2 100644 --- a/hole-punching-tests/Cargo.toml +++ b/hole-punching-tests/Cargo.toml @@ -14,5 +14,5 @@ tracing = "0.1.37" redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] } tokio = { version = "1.36.0", features = ["full"] } serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.114" +serde_json = "1.0.115" either = "1.9.0" diff --git a/misc/keygen/Cargo.toml b/misc/keygen/Cargo.toml index 4ba3457b270..4e6aaa8ddfd 100644 --- a/misc/keygen/Cargo.toml +++ b/misc/keygen/Cargo.toml @@ -16,7 +16,7 @@ release = false clap = { version = "4.5.4", features = ["derive"] } zeroize = "1" serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.114" +serde_json = "1.0.115" libp2p-core = { workspace = true } base64 = "0.21.7" libp2p-identity = { workspace = true } diff --git a/protocols/request-response/Cargo.toml b/protocols/request-response/Cargo.toml index 4fa225dc3cd..ecfd01be945 100644 --- a/protocols/request-response/Cargo.toml +++ b/protocols/request-response/Cargo.toml @@ -20,7 +20,7 @@ libp2p-swarm = { workspace = true } libp2p-identity = { workspace = true } rand = "0.8" serde = { version = "1.0", optional = true} -serde_json = { version = "1.0.114", optional = true } +serde_json = { version = "1.0.115", optional = true } smallvec = "1.13.2" tracing = "0.1.37" void = "1.0.2" From 7580147d675e250d1ae1a38eaecff43e6bc00921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 15:10:14 +0000 Subject: [PATCH 2/2] deps: bump js-sys from 0.3.68 to 0.3.69 Pull-Request: #5222. --- examples/browser-webrtc/Cargo.toml | 2 +- transports/websocket-websys/Cargo.toml | 2 +- transports/webtransport-websys/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/browser-webrtc/Cargo.toml b/examples/browser-webrtc/Cargo.toml index ae86b99e447..c9f8f2707aa 100644 --- a/examples/browser-webrtc/Cargo.toml +++ b/examples/browser-webrtc/Cargo.toml @@ -34,7 +34,7 @@ tower-http = { version = "0.5.2", features = ["cors"] } mime_guess = "2.0.4" [target.'cfg(target_arch = "wasm32")'.dependencies] -js-sys = "0.3.67" +js-sys = "0.3.69" libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "wasm-bindgen"] } libp2p-webrtc-websys = { workspace = true } tracing-wasm = "0.2.1" diff --git a/transports/websocket-websys/Cargo.toml b/transports/websocket-websys/Cargo.toml index 7933eda8566..59807509c8b 100644 --- a/transports/websocket-websys/Cargo.toml +++ b/transports/websocket-websys/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] bytes = "1.6.0" futures = "0.3.30" -js-sys = "0.3.67" +js-sys = "0.3.69" libp2p-core = { workspace = true } tracing = "0.1.37" parking_lot = "0.12.1" diff --git a/transports/webtransport-websys/Cargo.toml b/transports/webtransport-websys/Cargo.toml index 0de0c206401..671f377d1d9 100644 --- a/transports/webtransport-websys/Cargo.toml +++ b/transports/webtransport-websys/Cargo.toml @@ -15,7 +15,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] futures = "0.3.30" -js-sys = "0.3.67" +js-sys = "0.3.69" libp2p-core = { workspace = true } libp2p-identity = { workspace = true } libp2p-noise = { workspace = true }