mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-07 15:01:00 +00:00
Bump wiremock from 0.4.3 to 0.4.5
Bumps [wiremock](https://github.com/LukeMathWalker/wiremock-rs) from 0.4.3 to 0.4.5. - [Release notes](https://github.com/LukeMathWalker/wiremock-rs/releases) - [Commits](https://github.com/LukeMathWalker/wiremock-rs/compare/v0.4.3...v0.4.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
f01214c166
commit
ecb65c3ed4
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
|
@ -3469,22 +3469,22 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wiremock"
|
||||
version = "0.4.3"
|
||||
version = "0.4.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cf2221f97b96123960906b457fd816b0013f3a8b018e60d778c128a5592de85a"
|
||||
checksum = "26d66bd56d9e05909963026d61497f39c7790ca30edaa07222acf073c4e742e7"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"deadpool 0.6.0",
|
||||
"futures",
|
||||
"futures-timer",
|
||||
"http-types",
|
||||
"hyper 0.13.9",
|
||||
"hyper 0.14.2",
|
||||
"log",
|
||||
"once_cell",
|
||||
"regex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio 0.2.22",
|
||||
"tokio 1.0.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ derive_builder = "0.9.0"
|
|||
deadpool = "0.7.0"
|
||||
shellexpand = "2.1.0"
|
||||
lazy_static = "1.4.0"
|
||||
wiremock = "0.4.3"
|
||||
wiremock = "0.4.5"
|
||||
openssl-sys = "0.9.60"
|
||||
serde_json = "1.0.61"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue