diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-12 04:18:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 04:18:54 +0000 |
commit | 583028ffb0a1d44e93b23bd19fb32ac7535a236f (patch) | |
tree | 68f72439667281bba55706e1b7873632a420114c | |
parent | Merge pull request #699 from svenstaro/dependabot/cargo/simplelog-0.11.2 (diff) | |
download | miniserve-583028ffb0a1d44e93b23bd19fb32ac7535a236f.tar.gz miniserve-583028ffb0a1d44e93b23bd19fb32ac7535a236f.zip |
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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1792,9 +1792,9 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" [[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", |