aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-01-11 12:26:54 +0000
committerGitHub <noreply@github.com>2021-01-11 12:26:54 +0000
commit8c2aebb3d7abee173981eb4edd54cdb5611e177d (patch)
tree55a1f5abc1fa7e383c4a36f17490ce70a411c3cf /Cargo.toml
parentMerge pull request #426 from svenstaro/dependabot/cargo/regex-1.4.3 (diff)
parentBump futures from 0.3.8 to 0.3.9 (diff)
downloadminiserve-8c2aebb3d7abee173981eb4edd54cdb5611e177d.tar.gz
miniserve-8c2aebb3d7abee173981eb4edd54cdb5611e177d.zip
Merge pull request #428 from svenstaro/dependabot/cargo/futures-0.3.9
Bump futures from 0.3.8 to 0.3.9
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 25cdb22..35a05ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ chrono-humanize = "0.1.1"
maud = { version = "0.22.1", features = ["actix-web"] }
serde = { version = "1.0.117", features = ["derive"] }
tar = "0.4.30"
-futures = "0.3.8"
+futures = "0.3.9"
libflate = "1.0.3"
failure = "0.1.8"
log = "0.4.12"