mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-03 19:34:45 +00:00
Bump predicates from 1.0.6 to 1.0.7
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/assert-rs/predicates-rs/releases) - [Changelog](https://github.com/assert-rs/predicates-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/assert-rs/predicates-rs/compare/v1.0.6...v1.0.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
683d4d32ea
commit
5c582bbe6d
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -2082,9 +2082,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|||
|
||||
[[package]]
|
||||
name = "predicates"
|
||||
version = "1.0.6"
|
||||
version = "1.0.7"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "73dd9b7b200044694dfede9edf907c1ca19630908443e9447e624993700c6932"
|
||||
checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa"
|
||||
dependencies = [
|
||||
"difference",
|
||||
"float-cmp",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ version = "1.1.1"
|
|||
|
||||
[dev-dependencies]
|
||||
assert_cmd = "1.0.2"
|
||||
predicates = "1.0.6"
|
||||
predicates = "1.0.7"
|
||||
uuid = { version = "0.8.2", features = ["v4"] }
|
||||
tempfile = "3.2.0"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue