Merge pull request #189 from readur/renovate/wiremock-0.x-lockfile

chore(deps): update rust crate wiremock to v0.6.5
This commit is contained in:
Jon Fuller 2025-08-25 13:07:38 -07:00 committed by GitHub
commit 99f5d5ffd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 23 additions and 23 deletions

46
Cargo.lock generated
View File

@ -547,7 +547,7 @@ dependencies = [
"http 1.3.1", "http 1.3.1",
"http-body 0.4.6", "http-body 0.4.6",
"hyper 0.14.32", "hyper 0.14.32",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-rustls 0.24.2", "hyper-rustls 0.24.2",
"hyper-rustls 0.27.7", "hyper-rustls 0.27.7",
"hyper-util", "hyper-util",
@ -693,7 +693,7 @@ dependencies = [
"http 1.3.1", "http 1.3.1",
"http-body 1.0.1", "http-body 1.0.1",
"http-body-util", "http-body-util",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-util", "hyper-util",
"itoa", "itoa",
"matchit", "matchit",
@ -911,7 +911,7 @@ dependencies = [
"home", "home",
"http 1.3.1", "http 1.3.1",
"http-body-util", "http-body-util",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-named-pipe", "hyper-named-pipe",
"hyper-rustls 0.27.7", "hyper-rustls 0.27.7",
"hyper-util", "hyper-util",
@ -1338,11 +1338,10 @@ checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
[[package]] [[package]]
name = "deadpool" name = "deadpool"
version = "0.10.0" version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb84100978c1c7b37f09ed3ce3e5f843af02c2a2c431bae5b19230dad2c1b490" checksum = "5ed5957ff93768adf7a65ab167a17835c3d2c3c50d084fe305174c112f468e2f"
dependencies = [ dependencies = [
"async-trait",
"deadpool-runtime", "deadpool-runtime",
"num_cpus", "num_cpus",
"tokio", "tokio",
@ -1531,7 +1530,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18" checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -2090,13 +2089,14 @@ dependencies = [
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "1.6.0" version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
dependencies = [ dependencies = [
"atomic-waker",
"bytes", "bytes",
"futures-channel", "futures-channel",
"futures-util", "futures-core",
"h2 0.4.10", "h2 0.4.10",
"http 1.3.1", "http 1.3.1",
"http-body 1.0.1", "http-body 1.0.1",
@ -2104,6 +2104,7 @@ dependencies = [
"httpdate", "httpdate",
"itoa", "itoa",
"pin-project-lite", "pin-project-lite",
"pin-utils",
"smallvec", "smallvec",
"tokio", "tokio",
"want", "want",
@ -2116,7 +2117,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278" checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278"
dependencies = [ dependencies = [
"hex", "hex",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-util", "hyper-util",
"pin-project-lite", "pin-project-lite",
"tokio", "tokio",
@ -2147,7 +2148,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
dependencies = [ dependencies = [
"http 1.3.1", "http 1.3.1",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-util", "hyper-util",
"rustls 0.23.27", "rustls 0.23.27",
"rustls-native-certs 0.8.1", "rustls-native-certs 0.8.1",
@ -2165,7 +2166,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [ dependencies = [
"bytes", "bytes",
"http-body-util", "http-body-util",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-util", "hyper-util",
"native-tls", "native-tls",
"tokio", "tokio",
@ -2186,7 +2187,7 @@ dependencies = [
"futures-util", "futures-util",
"http 1.3.1", "http 1.3.1",
"http-body 1.0.1", "http-body 1.0.1",
"hyper 1.6.0", "hyper 1.7.0",
"ipnet", "ipnet",
"libc", "libc",
"percent-encoding", "percent-encoding",
@ -2207,7 +2208,7 @@ checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7"
dependencies = [ dependencies = [
"hex", "hex",
"http-body-util", "http-body-util",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-util", "hyper-util",
"pin-project-lite", "pin-project-lite",
"tokio", "tokio",
@ -3821,7 +3822,7 @@ dependencies = [
"http 1.3.1", "http 1.3.1",
"http-body 1.0.1", "http-body 1.0.1",
"http-body-util", "http-body-util",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-rustls 0.27.7", "hyper-rustls 0.27.7",
"hyper-tls", "hyper-tls",
"hyper-util", "hyper-util",
@ -3964,7 +3965,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys 0.4.15", "linux-raw-sys 0.4.15",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -3977,7 +3978,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys 0.9.4", "linux-raw-sys 0.9.4",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -4861,7 +4862,7 @@ dependencies = [
"getrandom 0.3.3", "getrandom 0.3.3",
"once_cell", "once_cell",
"rustix 1.0.7", "rustix 1.0.7",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -6113,18 +6114,17 @@ dependencies = [
[[package]] [[package]]
name = "wiremock" name = "wiremock"
version = "0.6.4" version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2b8b99d4cdbf36b239a9532e31fe4fb8acc38d1897c1761e161550a7dc78e6a" checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
dependencies = [ dependencies = [
"assert-json-diff", "assert-json-diff",
"async-trait",
"base64 0.22.1", "base64 0.22.1",
"deadpool", "deadpool",
"futures", "futures",
"http 1.3.1", "http 1.3.1",
"http-body-util", "http-body-util",
"hyper 1.6.0", "hyper 1.7.0",
"hyper-util", "hyper-util",
"log", "log",
"once_cell", "once_cell",