aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2020-05-07 05:41:06 +0000
committerGitHub <noreply@github.com>2020-05-07 05:41:06 +0000
commit048eff5ec33da23af517b21d62b6f8c229b52c75 (patch)
treeab7e9e6b59be668565338084d002250596a494b8 /Cargo.toml
parentMerge pull request #300 from svenstaro/dependabot/cargo/base64-0.12.1 (diff)
parentBump libflate from 0.1.27 to 1.0.0 (diff)
downloadminiserve-048eff5ec33da23af517b21d62b6f8c229b52c75.tar.gz
miniserve-048eff5ec33da23af517b21d62b6f8c229b52c75.zip
Merge pull request #299 from svenstaro/dependabot/cargo/libflate-1.0.0
Bump libflate from 0.1.27 to 1.0.0
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 f0831ed..462b4c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ serde = { version = "1.0.106", features = ["derive"] }
tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.29"
-libflate = "0.1.26"
+libflate = "1.0.0"
failure = "0.1.8"
log = "0.4.8"
strum = "0.18.0"