diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-12-15 04:21:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 04:21:29 +0000 |
commit | 8e0bf562ef845b9f00dc01b838b53f99224c74e7 (patch) | |
tree | e2cc1d9ff780056a99b110cbae7d44462ea5fbd2 | |
parent | Merge pull request #663 from svenstaro/dependabot/cargo/rstest-0.12.0 (diff) | |
download | miniserve-8e0bf562ef845b9f00dc01b838b53f99224c74e7.tar.gz miniserve-8e0bf562ef845b9f00dc01b838b53f99224c74e7.zip |
Bump tar from 0.4.37 to 0.4.38
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.37 to 0.4.38.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.37...0.4.38)
---
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
@@ -2496,9 +2496,9 @@ dependencies = [ [[package]] name = "tar" -version = "0.4.37" +version = "0.4.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c" +checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6" dependencies = [ "filetime", "libc", |