build(deps): bump wiremock from 0.6.4 to 0.6.5 (#4940)

This commit is contained in:
Quentin Gliech
2025-08-26 09:59:30 +02:00
committed by GitHub
2 changed files with 5 additions and 7 deletions

10
Cargo.lock generated
View File

@@ -1490,11 +1490,10 @@ dependencies = [
[[package]]
name = "deadpool"
version = "0.10.0"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490"
checksum = "5ed5957ff93768adf7a65ab167a17835c3d2c3c50d084fe305174c112f468e2f"
dependencies = [
"async-trait",
"deadpool-runtime",
"num_cpus",
"tokio",
@@ -7748,12 +7747,11 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.6.4"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2b8b99d4cdbf36b239a9532e31fe4fb8acc38d1897c1761e161550a7dc78e6a"
checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
dependencies = [
"assert-json-diff",
"async-trait",
"base64",
"deadpool",
"futures",

View File

@@ -729,7 +729,7 @@ version = "2.5.0"
# HTTP mock server
[workspace.dependencies.wiremock]
version = "0.6.4"
version = "0.6.5"
# User-agent parser
[workspace.dependencies.woothee]