aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-05-28 04:16:41 +0000
committerGitHub <noreply@github.com>2021-05-28 04:16:41 +0000
commita1080336bd85ff872afc6c4afbf74bc8119ef564 (patch)
tree522b62092affdca083ece7c3334b2faf6d395afb
parentMerge pull request #535 from svenstaro/dependabot/cargo/thiserror-1.0.25 (diff)
downloadminiserve-a1080336bd85ff872afc6c4afbf74bc8119ef564.tar.gz
miniserve-a1080336bd85ff872afc6c4afbf74bc8119ef564.zip
Bump tar from 0.4.33 to 0.4.35
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.33 to 0.4.35. - [Release notes](https://github.com/alexcrichton/tar-rs/releases) - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.33...0.4.35) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index e374588..5a5eb31 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2650,9 +2650,9 @@ dependencies = [
[[package]]
name = "tar"
-version = "0.4.33"
+version = "0.4.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c0bcfbd6a598361fda270d82469fff3d65089dc33e175c9a131f7b4cd395f228"
+checksum = "7d779dc6aeff029314570f666ec83f19df7280bb36ef338442cfa8c604021b80"
dependencies = [
"filetime",
"libc",