Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-23 06:11:47 +0300
committerGitHub <noreply@github.com>2021-11-23 06:11:47 +0300
commit2c650b4e03d6ffc4d1a8b9b2bbc2d9cc5900e517 (patch)
tree5ba18c0f9ba0ffd1335868993aec2189defd405f
parentde4a61f32de29fdf60f7708ef973eb2de4d4bdd8 (diff)
Update predicates requirement from 1.0.2 to 2.1.0dependabot/cargo/predicates-2.1.0
Updates the requirements on [predicates](https://github.com/assert-rs/predicates-rs) to permit the latest version. - [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/predicates-core-v1.0.2...v2.1.0) --- updated-dependencies: - dependency-name: predicates dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4365df4..24d1aa8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,7 @@ features = ["serde"]
criterion = "0.3.0"
skeptic = "0.13.4"
assert_cmd = "0.12.0"
-predicates = "1.0.2"
+predicates = "2.1.0"
env_logger = "0.7.1"
tempfile = "3.1.0"