aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-08-13 04:26:27 +0000
committerGitHub <noreply@github.com>2021-08-13 04:26:27 +0000
commitd6f9f4a91c75037b60787259434858b690d47a8a (patch)
treea0fd27eb3fda6c938a69c177c8a0e7666867b46a
parentMerge pull request #569 from svenstaro/dependabot/cargo/tar-0.4.36 (diff)
downloadminiserve-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.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6c3abfe..e7a3614 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",