1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +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", "tokio-util 0.7.10",
"tracing", "tracing",
"webpki-roots 0.22.6", "webpki-roots 0.22.6",
"webpki-roots 0.25.2", "webpki-roots 0.25.4",
] ]
[[package]] [[package]]
@ -1183,7 +1183,7 @@ dependencies = [
"log", "log",
"mime", "mime",
"rustls 0.21.10", "rustls 0.21.10",
"webpki-roots 0.25.2", "webpki-roots 0.25.4",
] ]
[[package]] [[package]]
@ -4879,7 +4879,7 @@ dependencies = [
"trust-dns-resolver", "trust-dns-resolver",
"typed-builder", "typed-builder",
"uuid 1.6.1", "uuid 1.6.1",
"webpki-roots 0.25.2", "webpki-roots 0.25.4",
] ]
[[package]] [[package]]
@ -6192,7 +6192,7 @@ dependencies = [
"wasm-bindgen-futures", "wasm-bindgen-futures",
"wasm-streams", "wasm-streams",
"web-sys", "web-sys",
"webpki-roots 0.25.2", "webpki-roots 0.25.4",
"winreg 0.50.0", "winreg 0.50.0",
] ]
@ -8724,9 +8724,9 @@ dependencies = [
[[package]] [[package]]
name = "webpki-roots" name = "webpki-roots"
version = "0.25.2" version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc" checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]] [[package]]
name = "websocket" name = "websocket"