diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-11 04:14:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 04:14:28 +0000 |
commit | 42f5bd36a93e9d01d8e0ce5491611af9408eb618 (patch) | |
tree | 566466509691a35c9489d5e643a739496f69920f | |
parent | Merge pull request #564 from svenstaro/dependabot/cargo/assert_cmd-2.0.0 (diff) | |
download | miniserve-42f5bd36a93e9d01d8e0ce5491611af9408eb618.tar.gz miniserve-42f5bd36a93e9d01d8e0ce5491611af9408eb618.zip |
Bump tar from 0.4.35 to 0.4.36
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.35 to 0.4.36.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.35...0.4.36)
---
updated-dependencies:
- dependency-name: tar
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
@@ -2630,9 +2630,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.35" +version = "0.4.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80" +checksum = "8190d9cdacf6ee1b080605fd719b58d80a9fcbcea64db6744b26f743da02e447" dependencies = [ "filetime", "libc", |