aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-04-30 04:37:24 +0000
committerdependabot[bot] <support@dependabot.com>2019-04-30 04:37:24 +0000
commit191c5d410f5845c0e40a2c223dec54cc7d90fe6b (patch)
treea5e462541bd8bea0b6fa0be8007e43d2313094ca /Cargo.toml
parentMerge pull request #86 from KSXGitHub/test-hash-auth (diff)
downloadminiserve-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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d7b621f..a345f7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"