aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-11-10 04:14:06 +0000
committerGitHub <noreply@github.com>2020-11-10 04:14:06 +0000
commitcb4fc8dd50f4f3f8ed9fc491338ecc89c0b5132b (patch)
tree9618e91b1367caa770734c8b3b99bfb18d2a4bb7 /Cargo.toml
parent(cargo-release) start next development iteration 0.10.4-alpha.0 (diff)
downloadminiserve-cb4fc8dd50f4f3f8ed9fc491338ecc89c0b5132b.tar.gz
miniserve-cb4fc8dd50f4f3f8ed9fc491338ecc89c0b5132b.zip
Bump futures from 0.3.7 to 0.3.8
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.7...0.3.8) Signed-off-by: dependabot-preview[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 e2c49da..478c260 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.7"
+futures = "0.3.8"
libflate = "1.0.3"
failure = "0.1.8"
log = "0.4.11"