summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-01 03:04:15 +0000
committerMartin Nordholts <enselic@gmail.com>2022-03-01 06:54:56 +0100
commit95796a9cc091314e726f2efb00bacfef9e7ef79b (patch)
treebd38d81c1358449e9ca7659fe347c260a723efd4
parent7be9485c3690799ee204ec5195172f9e90f49924 (diff)
Bump predicates from 2.1.0 to 2.1.1
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.1.0 to 2.1.1. - [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.0...v2.1.1) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ab9d1b72..f2f97f55 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -798,9 +798,9 @@ dependencies = [
[[package]]
name = "predicates"
-version = "2.1.0"
+version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "95e5a7689e456ab905c22c2b48225bb921aba7c8dfa58440d68ba13f6222a715"
+checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
dependencies = [
"difflib",
"float-cmp",
diff --git a/Cargo.toml b/Cargo.toml
index 3ffac8fa..25f0d5f4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -86,7 +86,7 @@ features = ["suggestions", "color", "wrap_help"]
[dev-dependencies]
assert_cmd = "2.0.4"
serial_test = "0.5.1"
-predicates = "2.1.0"
+predicates = "2.1.1"
wait-timeout = "0.2.0"
tempfile = "3.3.0"