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

chore(deps): bump webpki-roots from 0.25.2 to 0.25.4

Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.25.2 to 0.25.4.
- [Release notes](https://github.com/rustls/webpki-roots/releases)
- [Commits](https://github.com/rustls/webpki-roots/compare/v/0.25.2...v/0.25.4)

---
updated-dependencies:
- dependency-name: webpki-roots
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-05 17:37:22 +00:00 committed by GitHub
parent 349e35ffa0
commit 533c03eba7
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]]
@ -6186,7 +6186,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",
] ]
@ -8716,9 +8716,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"