diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-05-28 04:16:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 04:16:41 +0000 |
commit | a1080336bd85ff872afc6c4afbf74bc8119ef564 (patch) | |
tree | 522b62092affdca083ece7c3334b2faf6d395afb | |
parent | Merge pull request #535 from svenstaro/dependabot/cargo/thiserror-1.0.25 (diff) | |
download | miniserve-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.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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", |