diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-08 04:23:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-08 04:23:32 +0000 |
commit | 8c236e98d36f0ca9adce5ca1414709193b88c14a (patch) | |
tree | 0b88e360e0bffe914bb1a878431a242037733748 | |
parent | Merge pull request #609 from svenstaro/dependabot/cargo/pretty_assertions-1.0.0 (diff) | |
download | miniserve-8c236e98d36f0ca9adce5ca1414709193b88c14a.tar.gz miniserve-8c236e98d36f0ca9adce5ca1414709193b88c14a.zip |
Bump predicates from 2.0.2 to 2.0.3
Bumps [predicates](https://github.com/assert-rs/predicates-rs) from 2.0.2 to 2.0.3.
- [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.2...v2.0.3)
---
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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1770,9 +1770,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[package]] name = "predicates" -version = "2.0.2" +version = "2.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c143348f141cc87aab5b950021bac6145d0e5ae754b0591de23244cee42c9308" +checksum = "5c6ce811d0b2e103743eec01db1c50612221f173084ce2f7941053e94b6bb474" dependencies = [ "difflib", "float-cmp", |