aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-26 04:37:37 +0000
committerGitHub <noreply@github.com>2020-10-26 04:37:37 +0000
commita9bf332cd0f187c05113c25a77e9afd775c3cb23 (patch)
tree1b99e2d73d00b545ee5261887bc5474e18ea8875 /Cargo.toml
parentMerge pull request #399 from svenstaro/dependabot/cargo/libflate-1.0.3 (diff)
downloadminiserve-a9bf332cd0f187c05113c25a77e9afd775c3cb23.tar.gz
miniserve-a9bf332cd0f187c05113c25a77e9afd775c3cb23.zip
Bump futures from 0.3.6 to 0.3.7
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.6 to 0.3.7. - [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.6...0.3.7) 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 7b866d9..a851239 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ chrono-humanize = "0.1.1"
maud = { version = "0.22.0", features = ["actix-web"] }
serde = { version = "1.0.117", features = ["derive"] }
tar = "0.4.30"
-futures = "0.3.6"
+futures = "0.3.7"
libflate = "1.0.3"
failure = "0.1.8"
log = "0.4.11"