Skip to content

Commit 8f42576

Browse files
authored
chore: move rcgen to workspace dependency
Pull-Request: #5446.
1 parent 01f7b40 commit 8f42576

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ tracing = "0.1.37"
129129
tracing-subscriber = "0.3"
130130
futures = "0.3.30"
131131
ring = "0.17.8"
132+
rcgen = "0.11.3"
132133

133134
[patch.crates-io]
134135

transports/tls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ futures = { workspace = true }
1313
futures-rustls = { workspace = true }
1414
libp2p-core = { workspace = true }
1515
libp2p-identity = { workspace = true }
16-
rcgen = "0.11.3"
16+
rcgen = { workspace = true }
1717
ring = { workspace = true }
1818
thiserror = "1.0.61"
1919
webpki = { version = "0.101.4", package = "rustls-webpki", features = ["std"] }

transports/webrtc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ libp2p-identity = { workspace = true }
2323
libp2p-webrtc-utils = { workspace = true }
2424
multihash = { workspace = true }
2525
rand = "0.8"
26-
rcgen = "0.11.3"
26+
rcgen = { workspace = true }
2727
serde = { version = "1.0", features = ["derive"] }
2828
stun = "0.5"
2929
thiserror = "1"

transports/websocket/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libp2p-tcp = { workspace = true, features = ["async-io"] }
2929
libp2p-dns = { workspace = true, features = ["async-std"] }
3030
libp2p-identity = { workspace = true, features = ["rand"] }
3131
async-std = { version = "1.6.5", features = ["attributes"] }
32-
rcgen = "0.11.3"
32+
rcgen = { workspace = true }
3333

3434
# Passing arguments to the docsrs builder in order to properly document cfg's.
3535
# More information: https://docs.rs/about/builds#cross-compiling

0 commit comments

Comments
 (0)