diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2019-04-30 21:00:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-30 21:00:36 +0000 |
commit | 953ed88a7a249e75a98404b087849ca82168dfa8 (patch) | |
tree | a5e462541bd8bea0b6fa0be8007e43d2313094ca /Cargo.toml | |
parent | Merge pull request #86 from KSXGitHub/test-hash-auth (diff) | |
parent | Bump tar from 0.4.23 to 0.4.24 (diff) | |
download | miniserve-953ed88a7a249e75a98404b087849ca82168dfa8.tar.gz miniserve-953ed88a7a249e75a98404b087849ca82168dfa8.zip |
Merge pull request #92 from svenstaro/dependabot/cargo/tar-0.4.24
Bump tar from 0.4.23 to 0.4.24
Diffstat (limited to '')
-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" |