Bump wiremock from 0.5.2 to 0.5.7 (#313)

Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.2 to 0.5.7.
- [Release notes](https://github.com/LukeMathWalker/wiremock-rs/releases)
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.5.2...v0.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-09-06 15:04:08 +02:00 committed by GitHub
parent b3f90f925e
commit 13d0b84389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 27 deletions

32
Cargo.lock generated
View file

@ -442,7 +442,7 @@ dependencies = [
"atty",
"bitflags",
"strsim",
"textwrap 0.11.0",
"textwrap",
"unicode-width",
"vec_map",
]
@ -1065,9 +1065,9 @@ dependencies = [
[[package]]
name = "http-types"
version = "2.10.0"
version = "2.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32613ebb139d1d430ef5783676f84abfa06fc5f2b4b5a25220cdeeff7e16ef5c"
checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
dependencies = [
"anyhow",
"async-channel",
@ -2234,11 +2234,10 @@ dependencies = [
[[package]]
name = "serde_qs"
version = "0.7.2"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5af82de3c6549b001bec34961ff2d6a54339a87bab37ce901b693401f27de6cb"
checksum = "d8a72808528a89fa9eca23bbb6a1eb92cb639b881357269b6510f11e50c0f8a9"
dependencies = [
"data-encoding",
"percent-encoding",
"serde",
"thiserror",
@ -2334,12 +2333,6 @@ version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "smawk"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043"
[[package]]
name = "socket2"
version = "0.3.19"
@ -2483,16 +2476,6 @@ dependencies = [
"unicode-width",
]
[[package]]
name = "textwrap"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd05616119e612a8041ef58f2b578906cc2531a6069047ae092cfb86a325d835"
dependencies = [
"smawk",
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.24"
@ -3006,9 +2989,9 @@ dependencies = [
[[package]]
name = "wiremock"
version = "0.5.2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cbd58fcf4ac80633ef8f48abdfa1d8743150593c6def666d114c10aa90afac8"
checksum = "33807c11bd2c5a3896c36042ef2ca9663795bb7e4af2fe87474a159ea72c2159"
dependencies = [
"async-trait",
"deadpool",
@ -3021,7 +3004,6 @@ dependencies = [
"regex",
"serde",
"serde_json",
"textwrap 0.13.4",
"tokio",
]

View file

@ -45,7 +45,7 @@ predicates = "1.0.8"
pretty_assertions = "0.7.2"
tempfile = "3.2.0"
uuid = { version = "0.8.2", features = ["v4"] }
wiremock = "0.5.2"
wiremock = "0.5.7"
[features]
vendored-openssl = ["openssl-sys/vendored"]

View file

@ -45,7 +45,7 @@ url = { version = "2.2.2", features = ["serde"] }
doc-comment = "0.3.3"
pretty_assertions = "0.7.2"
tempfile = "3.2.0"
wiremock = "0.5.2"
wiremock = "0.5.7"
[features]
vendored-openssl = ["openssl-sys/vendored"]