diff --git a/Cargo.lock b/Cargo.lock index f4e4f074ce1..b52ce3b373b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3473,7 +3473,7 @@ dependencies = [ "multihash", "quickcheck", "rand 0.8.5", - "rcgen 0.12.1", + "rcgen 0.11.3", "serde", "stun 0.6.0", "thiserror", diff --git a/transports/webrtc/Cargo.toml b/transports/webrtc/Cargo.toml index fc2748d93c3..8e9c8f054f7 100644 --- a/transports/webrtc/Cargo.toml +++ b/transports/webrtc/Cargo.toml @@ -23,7 +23,7 @@ libp2p-identity = { workspace = true } libp2p-webrtc-utils = { workspace = true } multihash = { workspace = true } rand = "0.8" -rcgen = { workspace = true } +rcgen = "0.11" serde = { version = "1.0", features = ["derive"] } stun = "0.6" thiserror = "1"