Browse Source

build(deps): bump predicates from 2.1.5 to 3.0.2

Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.5 to 3.0.2.
- [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/v2.1.5...v3.0.2)

---
updated-dependencies:
- dependency-name: predicates
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/22/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
0d9ca4b4d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      Cargo.lock
  2. 2
      Cargo.toml

22
Cargo.lock generated

@ -20,6 +20,12 @@ dependencies = [
"libc",
]
[[package]]
name = "anstyle"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
[[package]]
name = "assert_cmd"
version = "2.0.8"
@ -28,7 +34,7 @@ checksum = "9834fcc22e0874394a010230586367d4a3e9f11b560f469262678547e1d2575e"
dependencies = [
"bstr",
"doc-comment",
"predicates",
"predicates 2.1.5",
"predicates-core",
"predicates-tree",
"wait-timeout",
@ -468,7 +474,7 @@ dependencies = [
"float_eq",
"humantime",
"log",
"predicates",
"predicates 3.0.2",
"regex",
"simplelog",
"tempfile",
@ -533,6 +539,18 @@ version = "2.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
dependencies = [
"difflib",
"itertools",
"predicates-core",
]
[[package]]
name = "predicates"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c575290b64d24745b6c57a12a31465f0a66f3a4799686a6921526a33b0797965"
dependencies = [
"anstyle",
"difflib",
"float-cmp",
"itertools",

2
Cargo.toml

@ -39,4 +39,4 @@ log = "^0"
float_eq = "^1"
tempfile = "3"
assert_cmd = "^2"
predicates = "^2"
predicates = "^3"

Loading…
Cancel
Save