Skip to content

Commit

Permalink
Bump predicates from 2.1.0 to 2.1.1
Browse files Browse the repository at this point in the history
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](assert-rs/predicates-rs@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>
  • Loading branch information
dependabot[bot] committed Jan 17, 2022
1 parent 5b26ef0 commit 6f1edea
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jcli/Cargo.toml
Expand Up @@ -49,7 +49,7 @@ features = ["blocking", "rustls-tls", "json"]

[dev-dependencies]
assert_fs = "1.0"
predicates = "2.0"
predicates = "2.1"

[build-dependencies]
versionisator = "1.0.2"
Expand Down
4 changes: 2 additions & 2 deletions testing/jormungandr-automation/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ custom_debug = "0.5"
thiserror = "1.0"
poldercast = "1.2"
sysinfo = { version = "0.21.1" }
os_info = { version = "3.0.7", default-features = false }
os_info = { version = "3.1.0", default-features = false }
zip = "0.5.6"
flate2 = "1.0.21"
tar = "0.4"
Expand Down Expand Up @@ -65,7 +65,7 @@ keynesis = "1"
bincode = "1.3"
tempfile = "3"
assert_cmd = "1.0.7"
predicates = "2.0"
predicates = "2.1"
warp = "0.3"

[dependencies.reqwest]
Expand Down
2 changes: 1 addition & 1 deletion testing/jormungandr-integration-tests/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ serde_json = "1.0"
serde_yaml = "0.8"
lazy_static = "1.4"
assert_fs = "1.0"
predicates = "2.0"
predicates = "2.1"
assert_cmd = "1.0.7"
regex = "1.4"
poldercast = "1.2"
Expand Down

0 comments on commit 6f1edea

Please sign in to comment.