1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Merge pull request #851 from actix/dependabot/cargo/webpki-roots-0.26.3

chore(deps): bump webpki-roots from 0.26.1 to 0.26.3
This commit is contained in:
Rob Ede 2024-07-20 01:02:06 +00:00 committed by GitHub
commit a21e5cd4cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Cargo.lock generated
View File

@ -1131,7 +1131,7 @@ dependencies = [
"log",
"mime",
"rustls 0.23.9",
"webpki-roots 0.26.1",
"webpki-roots 0.26.3",
]
[[package]]
@ -6158,7 +6158,7 @@ dependencies = [
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.26.1",
"webpki-roots 0.26.3",
"winreg 0.52.0",
]
@ -8805,9 +8805,9 @@ checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webpki-roots"
version = "0.26.1"
version = "0.26.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
checksum = "bd7c23921eeb1713a4e851530e9b9756e4fb0e89978582942612524cf09f01cd"
dependencies = [
"rustls-pki-types",
]