diff options
author | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-05-03 05:28:31 +0000 |
---|---|---|
committer | boastful-squirrel <boastful.squirrel@gmail.com> | 2019-05-03 05:28:31 +0000 |
commit | 8f1793e02f0dadbab668b51850e14bd160b440d8 (patch) | |
tree | 4e125df23c71e092c3f83d0289554df980e0bb2e /Cargo.toml | |
parent | Print error when parsing query parameters fail (diff) | |
parent | Merge pull request #99 from KSXGitHub/new-clippy (diff) | |
download | miniserve-8f1793e02f0dadbab668b51850e14bd160b440d8.tar.gz miniserve-8f1793e02f0dadbab668b51850e14bd160b440d8.zip |
Merge branch 'master' into themed-errors
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" |