diff options
author | dependabot[bot] <support@dependabot.com> | 2019-04-30 04:37:24 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-04-30 04:37:24 +0000 |
commit | 191c5d410f5845c0e40a2c223dec54cc7d90fe6b (patch) | |
tree | a5e462541bd8bea0b6fa0be8007e43d2313094ca /Cargo.toml | |
parent | Merge pull request #86 from KSXGitHub/test-hash-auth (diff) | |
download | miniserve-191c5d410f5845c0e40a2c223dec54cc7d90fe6b.tar.gz miniserve-191c5d410f5845c0e40a2c223dec54cc7d90fe6b.zip |
Bump tar from 0.4.23 to 0.4.24
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.23 to 0.4.24.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.23...0.4.24)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ chrono = "0.4.6" chrono-humanize = "0.0.11" maud = { version = "0.20.0", features = ["actix-web"] } serde = { version = "1.0.90", features = ["derive"] } -tar = "0.4.22" +tar = "0.4.24" bytes = "0.4.12" futures = "0.1.26" libflate = "0.1.21" |