build(deps): bump webpki-roots from 0.25.1 to 0.25.2

Bumps [webpki-roots](https://github.com/rustls/webpki-roots) from 0.25.1 to 0.25.2.
- [Commits](https://github.com/rustls/webpki-roots/commits)

---
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]
2023-08-09 14:59:11 +00:00
committed by Quentin Gliech
parent a59d05f49d
commit 8fad2b7808
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -3257,7 +3257,7 @@ dependencies = [
"tracing",
"tracing-opentelemetry",
"webpki",
"webpki-roots 0.25.1",
"webpki-roots 0.25.2",
]
[[package]]
@@ -6986,9 +6986,9 @@ dependencies = [
[[package]]
name = "webpki-roots"
version = "0.25.1"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9c6eda1c830a36f361e7721c87fd79ea84293b54f8c48c959f85ec636f0f196"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
[[package]]
name = "whoami"

View File

@@ -30,7 +30,7 @@ tower-http = { version = "0.4.3", features = ["cors"] }
tracing = "0.1.37"
tracing-opentelemetry = "0.19.0"
webpki = { version = "0.22.0", optional = true }
webpki-roots = { version = "0.25.1", optional = true }
webpki-roots = { version = "0.25.2", optional = true }
mas-tower = { path = "../tower" }