aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-14 04:15:43 +0000
committerGitHub <noreply@github.com>2021-01-14 04:15:43 +0000
commit423bfd877e439f8ec9c622bef429d01b572367a2 (patch)
tree45db69036e5e91929a99abe65e2c04aa10e9b381 /Cargo.toml
parentMerge pull request #429 from svenstaro/dependabot/cargo/log-0.4.13 (diff)
downloadminiserve-423bfd877e439f8ec9c622bef429d01b572367a2.tar.gz
miniserve-423bfd877e439f8ec9c622bef429d01b572367a2.zip
Bump futures from 0.3.9 to 0.3.10
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.9 to 0.3.10. - [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.9...0.3.10) 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 c5691e0..2f1f8b6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ chrono-humanize = "0.1.1"
maud = { version = "0.22.2", features = ["actix-web"] }
serde = { version = "1.0.119", features = ["derive"] }
tar = "0.4.30"
-futures = "0.3.9"
+futures = "0.3.10"
libflate = "1.0.3"
failure = "0.1.8"
log = "0.4.13"