From d0f62e9e23b883b31c4720e509ad37e9c1709bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:40:50 +0000 Subject: [PATCH] deps: bump rcgen from 0.11.1 to 0.11.3 Pull-Request: #4765. --- Cargo.lock | 20 +++++--------------- transports/tls/Cargo.toml | 2 +- transports/webrtc/Cargo.toml | 2 +- transports/websocket/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d9d761316a..79856edf267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3936,16 +3936,6 @@ version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" -[[package]] -name = "pem" -version = "2.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b13fe415cdf3c8e44518e18a7c95a13431d9bdf6d15367d82b23c377fdd441a" -dependencies = [ - "base64 0.21.5", - "serde", -] - [[package]] name = "pem" version = "3.0.2" @@ -4384,11 +4374,11 @@ dependencies = [ [[package]] name = "rcgen" -version = "0.11.1" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4954fbc00dcd4d8282c987710e50ba513d351400dbdd00e803a05172a90d8976" +checksum = "52c4f3084aa3bc7dfbba4eff4fab2a54db4324965d8872ab933565e6fbd83bc6" dependencies = [ - "pem 2.0.1", + "pem", "ring 0.16.20", "time", "x509-parser", @@ -6188,7 +6178,7 @@ dependencies = [ "interceptor", "lazy_static", "log", - "pem 3.0.2", + "pem", "rand 0.8.5", "rcgen", "regex", @@ -6251,7 +6241,7 @@ dependencies = [ "log", "p256", "p384", - "pem 3.0.2", + "pem", "rand 0.8.5", "rand_core 0.6.4", "rcgen", diff --git a/transports/tls/Cargo.toml b/transports/tls/Cargo.toml index 0e7e1660c60..3df1674c4b3 100644 --- a/transports/tls/Cargo.toml +++ b/transports/tls/Cargo.toml @@ -13,7 +13,7 @@ futures = { version = "0.3.29", default-features = false } futures-rustls = "0.24.0" libp2p-core = { workspace = true } libp2p-identity = { workspace = true } -rcgen = "0.11.0" +rcgen = "0.11.3" ring = "0.16.20" thiserror = "1.0.50" webpki = { version = "0.101.4", package = "rustls-webpki", features = ["std"] } diff --git a/transports/webrtc/Cargo.toml b/transports/webrtc/Cargo.toml index d562826c637..2379c299527 100644 --- a/transports/webrtc/Cargo.toml +++ b/transports/webrtc/Cargo.toml @@ -24,7 +24,7 @@ libp2p-webrtc-utils = { workspace = true } log = "0.4" multihash = { workspace = true } rand = "0.8" -rcgen = "0.11.1" +rcgen = "0.11.3" serde = { version = "1.0", features = ["derive"] } stun = "0.5" thiserror = "1" diff --git a/transports/websocket/Cargo.toml b/transports/websocket/Cargo.toml index ea725e07807..77616e1cefd 100644 --- a/transports/websocket/Cargo.toml +++ b/transports/websocket/Cargo.toml @@ -29,7 +29,7 @@ libp2p-tcp = { workspace = true, features = ["async-io"] } libp2p-dns = { workspace = true, features = ["async-std"] } libp2p-identity = { workspace = true, features = ["rand"] } async-std = { version = "1.6.5", features = ["attributes"] } -rcgen = "0.11.0" +rcgen = "0.11.3" # Passing arguments to the docsrs builder in order to properly document cfg's. # More information: https://docs.rs/about/builds#cross-compiling