Skip to content

Commit

Permalink
deps: bump rcgen from 0.11.3 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [rcgen](https://github.com/rustls/rcgen) from 0.11.3 to 0.12.0.
- [Commits](rustls/rcgen@v0.11.3...v0.12.0)

---
updated-dependencies:
- dependency-name: rcgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 305e02c commit 95a121e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 8 deletions.
22 changes: 17 additions & 5 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.3"
rcgen = "0.12.0"
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 @@ -23,7 +23,7 @@ libp2p-identity = { workspace = true }
libp2p-webrtc-utils = { workspace = true }
multihash = { workspace = true }
rand = "0.8"
rcgen = "0.11.3"
rcgen = "0.12.0"
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.3"
rcgen = "0.12.0"

# 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 95a121e

Please sign in to comment.