aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-17 05:28:20 +0000
committerGitHub <noreply@github.com>2019-09-17 05:28:20 +0000
commitb7a6345f023b1297e96350211ca619454413b8b2 (patch)
tree5e690b36e5ba3992cba794824e4f2b05cb5ebf62 /Cargo.toml
parentMerge pull request #195 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.11 (diff)
parentBump serde from 1.0.100 to 1.0.101 (diff)
downloadminiserve-b7a6345f023b1297e96350211ca619454413b8b2.tar.gz
miniserve-b7a6345f023b1297e96350211ca619454413b8b2.zip
Merge pull request #196 from svenstaro/dependabot/cargo/serde-1.0.101
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5854c25..312325b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ structopt = "0.3"
chrono = "0.4.9"
chrono-humanize = "0.0.11"
maud = { version = "0.21.0", features = ["actix-web"] }
-serde = { version = "1.0.100", features = ["derive"] }
+serde = { version = "1.0.101", features = ["derive"] }
tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.29"