mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-14 00:33:10 +00:00
Bump wiremock from 0.5.16 to 0.5.17
Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.5.16 to 0.5.17. - [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.16...v0.5.17) --- updated-dependencies: - dependency-name: wiremock dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b2a2244470
commit
c925f6613d
3 changed files with 4 additions and 4 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -4054,9 +4054,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wiremock"
|
||||
version = "0.5.16"
|
||||
version = "0.5.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "631cafe37a030d8453218cf7c650abcc359be8fba4a2fbc5c27fdb9728635406"
|
||||
checksum = "12316b50eb725e22b2f6b9c4cbede5b7b89984274d113a7440c86e5c3fc6f99b"
|
||||
dependencies = [
|
||||
"assert-json-diff",
|
||||
"async-trait",
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ pretty_assertions = "1.3.0"
|
|||
predicates = "2.1.5"
|
||||
tempfile = "3.3.0"
|
||||
uuid = { version = "1.2.2", features = ["v4"] }
|
||||
wiremock = "0.5.16"
|
||||
wiremock = "0.5.17"
|
||||
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["fmt", "registry", "env-filter"] }
|
||||
|
||||
# console-subscriber is not yet published to crates.io
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ features = ["runtime-tokio"]
|
|||
[dev-dependencies]
|
||||
doc-comment = "0.3.3"
|
||||
tempfile = "3.3.0"
|
||||
wiremock = "0.5.16"
|
||||
wiremock = "0.5.17"
|
||||
|
||||
[features]
|
||||
# Vendor OpenSSL instead of dynamically linking it at runtime.
|
||||
|
|
|
|||
Loading…
Reference in a new issue