upgrading rustls to v0.21.12
This commit is contained in:
parent
42dbf482d0
commit
97073f103a
|
@ -3155,12 +3155,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rustls"
|
||||
version = "0.21.7"
|
||||
version = "0.21.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
|
||||
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
||||
dependencies = [
|
||||
"log",
|
||||
"ring 0.16.20",
|
||||
"ring 0.17.8",
|
||||
"rustls-webpki",
|
||||
"sct",
|
||||
]
|
||||
|
|
|
@ -11,7 +11,7 @@ solana-sdk = { workspace = true }
|
|||
anyhow = { workspace = true }
|
||||
log = { workspace = true }
|
||||
quinn = "0.10.2"
|
||||
rustls = "=0.21.7"
|
||||
rustls = "0.21.12"
|
||||
rcgen = "0.10.0"
|
||||
pkcs8 = "0.8.0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue