diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-23 04:19:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-23 04:19:22 +0000 |
commit | 34555d7d1539a970aeaf9e59955386425d87d7f1 (patch) | |
tree | 9b2fa46ed0a4f30d82c7f3cfb79facca01c0ba3b | |
parent | Merge pull request #642 from svenstaro/dependabot/cargo/strum_macros-0.23.1 (diff) | |
download | miniserve-34555d7d1539a970aeaf9e59955386425d87d7f1.tar.gz miniserve-34555d7d1539a970aeaf9e59955386425d87d7f1.zip |
Bump predicates from 2.0.3 to 2.1.0
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.0.3 to 2.1.0.
- [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.0.3...v2.1.0)
---
updated-dependencies:
- dependency-name: predicates
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1765,9 +1765,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "predicates" -version = "2.0.3" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c6ce811d0b2e103743eec01db1c50612221f173084ce2f7941053e94b6bb474" +checksum = "95e5a7689e456ab905c22c2b48225bb921aba7c8dfa58440d68ba13f6222a715" dependencies = [ "difflib", "float-cmp", |