mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-29 19:00:25 +00:00
Bump wiremock from 0.5.11 to 0.5.12 (#582)
Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.11 to 0.5.12. - [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.11...v0.5.12) --- 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:
parent
debe958766
commit
a1726e7dbf
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -3777,9 +3777,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wiremock"
|
||||
version = "0.5.11"
|
||||
version = "0.5.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "359a3231e905044f3993eb5f85dbc99f8b88e078c376f0f2c7bd2d7d729301da"
|
||||
checksum = "08965ad3b91480b5bebbd4a7987eb8607ed8ad5afad9b39c70a9f931b8b19250"
|
||||
dependencies = [
|
||||
"assert-json-diff",
|
||||
"async-trait",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ predicates = "2.1.1"
|
|||
pretty_assertions = "1.1.0"
|
||||
tempfile = "3.3.0"
|
||||
uuid = { version = "0.8.2", features = ["v4"] }
|
||||
wiremock = "0.5.11"
|
||||
wiremock = "0.5.12"
|
||||
tracing-subscriber = { version = "0.3.9", default-features = false, features = ["fmt", "registry", "env-filter"] }
|
||||
|
||||
# console-subscriber is not yet published to crates.io
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ features = ["runtime-tokio"]
|
|||
doc-comment = "0.3.3"
|
||||
pretty_assertions = "1.1.0"
|
||||
tempfile = "3.3.0"
|
||||
wiremock = "0.5.11"
|
||||
wiremock = "0.5.12"
|
||||
|
||||
[features]
|
||||
vendored-openssl = ["openssl-sys/vendored"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue