mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
Merge pull request #1019 from lycheeverse/dependabot/cargo/predicates-3.0.2
This commit is contained in:
commit
f02576810b
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2579,9 +2579,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|||
|
||||
[[package]]
|
||||
name = "predicates"
|
||||
version = "3.0.1"
|
||||
version = "3.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1ba7d6ead3e3966038f68caa9fc1f860185d95a793180bbcfe0d0da47b3961ed"
|
||||
checksum = "c575290b64d24745b6c57a12a31465f0a66f3a4799686a6921526a33b0797965"
|
||||
dependencies = [
|
||||
"anstyle",
|
||||
"difflib",
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ features = ["env", "derive"]
|
|||
[dev-dependencies]
|
||||
assert_cmd = "2.0.10"
|
||||
pretty_assertions = "1.3.0"
|
||||
predicates = "3.0.1"
|
||||
predicates = "3.0.2"
|
||||
tempfile = "3.4.0"
|
||||
uuid = { version = "1.3.0", features = ["v4"] }
|
||||
wiremock = "0.5.17"
|
||||
|
|
|
|||
Loading…
Reference in a new issue