diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-08-13 04:26:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 04:26:27 +0000 |
commit | d6f9f4a91c75037b60787259434858b690d47a8a (patch) | |
tree | a0fd27eb3fda6c938a69c177c8a0e7666867b46a | |
parent | Merge pull request #569 from svenstaro/dependabot/cargo/tar-0.4.36 (diff) | |
download | miniserve-d6f9f4a91c75037b60787259434858b690d47a8a.tar.gz miniserve-d6f9f4a91c75037b60787259434858b690d47a8a.zip |
Bump tar from 0.4.36 to 0.4.37
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.36 to 0.4.37.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.36...0.4.37)
---
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.36" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8190d9cdacf6ee1b080605fd719b58d80a9fcbcea64db6744b26f743da02e447" +checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c" dependencies = [ "filetime", "libc", |