Skip to content

Commit

Permalink
deps: bump rcgen from 0.10.0 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [rcgen](https://github.com/est31/rcgen) from 0.10.0 to 0.11.1.
- [Changelog](https://github.com/est31/rcgen/blob/master/CHANGELOG.md)
- [Commits](rustls/rcgen@v0.10.0...v0.11.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent b617e97 commit f744eb1
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 10 deletions.
36 changes: 29 additions & 7 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.28", default-features = false }
futures-rustls = "0.24.0"
libp2p-core = { workspace = true }
libp2p-identity = { workspace = true }
rcgen = "0.10.0"
rcgen = "0.11.1"
ring = "0.16.20"
thiserror = "1.0.44"
webpki = { version = "0.22.0", 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 @@ -27,7 +27,7 @@ multihash = { workspace = true }
quick-protobuf = "0.8"
quick-protobuf-codec = { workspace = true }
rand = "0.8"
rcgen = "0.10.0"
rcgen = "0.11.1"
serde = { version = "1.0", features = ["derive"] }
stun = "0.4"
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 @@ -28,7 +28,7 @@ webpki-roots = "0.25"
libp2p-tcp = { workspace = true, features = ["async-io"] }
libp2p-dns = { workspace = true, features = ["async-std"] }
async-std = { version = "1.6.5", features = ["attributes"] }
rcgen = "0.10.0"
rcgen = "0.11.1"

# 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 f744eb1

Please sign in to comment.