Update rcgen dependency.

This commit is contained in:
Orne Brocaar 2023-12-18 09:56:23 +00:00
parent c62f2b6474
commit fcd0ef2ca5
2 changed files with 2 additions and 4 deletions

3
Cargo.lock generated
View File

@ -3344,7 +3344,8 @@ dependencies = [
[[package]]
name = "rcgen"
version = "0.12.0"
source = "git+https://github.com/rustls/rcgen.git?rev=5ed5fccd3effd4da391492f5f01f98c955b9a4c4#5ed5fccd3effd4da391492f5f01f98c955b9a4c4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d918c80c5a4c7560db726763020bd16db179e4d5b828078842274a443addb5d"
dependencies = [
"pem",
"ring 0.17.7",

View File

@ -20,6 +20,3 @@ diesel = { git = "https://github.com/diesel-rs/diesel.git", rev = "566dcccc6df6a
# Remove if diesel-async > 0.4.1
diesel-async = { git = "https://github.com/weiznich/diesel_async.git", rev = "017ebe2fb7a2709ab5db92148dea5ce812a35e09" }
# Remove if rcgen > 0.11.4
rcgen = { git = "https://github.com/rustls/rcgen.git", rev = "5ed5fccd3effd4da391492f5f01f98c955b9a4c4" }