1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00

Merge pull request #735 from actix/dependabot/cargo/webpki-roots-0.25.4

chore(deps): bump webpki-roots from 0.25.2 to 0.25.4
This commit is contained in:
Rob Ede 2024-02-05 20:19:06 +00:00 committed by GitHub
commit d2399f6ead
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

12
Cargo.lock generated
View File

@ -430,7 +430,7 @@ dependencies = [
"tokio-util 0.7.10",
"tracing",
"webpki-roots 0.22.6",
"webpki-roots 0.25.2",
"webpki-roots 0.25.4",
]
[[package]]
@ -1183,7 +1183,7 @@ dependencies = [
"log",
"mime",
"rustls 0.21.10",
"webpki-roots 0.25.2",
"webpki-roots 0.25.4",
]
[[package]]
@ -4879,7 +4879,7 @@ dependencies = [
"trust-dns-resolver",
"typed-builder",
"uuid 1.6.1",
"webpki-roots 0.25.2",
"webpki-roots 0.25.4",
]
[[package]]
@ -6192,7 +6192,7 @@ dependencies = [
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"webpki-roots 0.25.2",
"webpki-roots 0.25.4",
"winreg 0.50.0",
]
@ -8724,9 +8724,9 @@ dependencies = [
[[package]]
name = "webpki-roots"
version = "0.25.2"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "websocket"