deps: bump rcgen from 0.9.3 to 0.10.0

Pull-Request: #3519.
This commit is contained in:
dependabot[bot] 2023-08-19 06:39:55 +00:00 committed by GitHub
parent 3b58454340
commit 68befac486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -3352,7 +3352,7 @@ dependencies = [
"log", "log",
"parking_lot", "parking_lot",
"quicksink", "quicksink",
"rcgen 0.9.3", "rcgen 0.10.0",
"rw-stream-sink", "rw-stream-sink",
"soketto", "soketto",
"url", "url",

View File

@ -28,7 +28,7 @@ webpki-roots = "0.25"
libp2p-tcp = { workspace = true, features = ["async-io"] } libp2p-tcp = { workspace = true, features = ["async-io"] }
libp2p-dns = { workspace = true, features = ["async-std"] } libp2p-dns = { workspace = true, features = ["async-std"] }
async-std = { version = "1.6.5", features = ["attributes"] } 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. # Passing arguments to the docsrs builder in order to properly document cfg's.
# More information: https://docs.rs/about/builds#cross-compiling # More information: https://docs.rs/about/builds#cross-compiling