diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-16 04:27:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 04:27:37 +0000 |
commit | 89db6f2eaff2af72cd4e881a305d7ae9505d7dab (patch) | |
tree | 96e16e60236b5bdfc71ce951e852b1b3ba07847f | |
parent | Merge pull request #569 from svenstaro/dependabot/cargo/tar-0.4.36 (diff) | |
download | miniserve-89db6f2eaff2af72cd4e881a305d7ae9505d7dab.tar.gz miniserve-89db6f2eaff2af72cd4e881a305d7ae9505d7dab.zip |
Bump grass from 0.10.6 to 0.10.7
Bumps [grass](https://github.com/connorskees/grass) from 0.10.6 to 0.10.7.
- [Release notes](https://github.com/connorskees/grass/releases)
- [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/connorskees/grass/commits)
---
updated-dependencies:
- dependency-name: grass
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
@@ -1023,9 +1023,9 @@ dependencies = [ [[package]] name = "grass" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0bea0ec6f281bc703ee57ce8c8ebb648d7d660d6fb4442764aa73f3f0b4faa49" +checksum = "82317908bc4204532d098390f8e041693aaeab95cf7351f774bdacf253b1c8ed" dependencies = [ "beef", "clap", |