Skip to content

Commit

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

---
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] committed Aug 18, 2023
1 parent ffdd812 commit bf75648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/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.9.3"
rcgen = "0.10.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 bf75648

Please sign in to comment.