aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-02-23 04:15:51 +0000
committerGitHub <noreply@github.com>2021-02-23 04:15:51 +0000
commit2c4ddae159e2ac65e8c630a891760ee58b08e1e0 (patch)
tree1ee37cc5530cb970227657a13ac81c0b2110bf07 /Cargo.toml
parentMerge pull request #453 from svenstaro/dependabot/cargo/tar-0.4.33 (diff)
downloadminiserve-2c4ddae159e2ac65e8c630a891760ee58b08e1e0.tar.gz
miniserve-2c4ddae159e2ac65e8c630a891760ee58b08e1e0.zip
Bump futures from 0.3.12 to 0.3.13
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.12 to 0.3.13. - [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.12...0.3.13) 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 3ac638f..c0af4f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ chrono-humanize = "0.1.2"
maud = { version = "0.22.2", features = ["actix-web"] }
serde = { version = "1.0.123", features = ["derive"] }
tar = "0.4.33"
-futures = "0.3.11"
+futures = "0.3.13"
libflate = "1.0.3"
failure = "0.1.8"
log = "0.4.14"