Skip to content

Commit

Permalink
deps: bump rcgen from 0.11.1 to 0.11.3
Browse files Browse the repository at this point in the history
Pull-Request: #4765.
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 57c2100 commit d0f62e9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 18 deletions.
20 changes: 5 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion transports/tls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion transports/webrtc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0f62e9

Please sign in to comment.