aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-16 04:30:06 +0000
committerGitHub <noreply@github.com>2020-10-16 04:30:06 +0000
commite3eeef9f63a781b59ce0f2329d225624f22c52be (patch)
tree6980a2c875ca76d0fddbd4ca15f69d5f0f93e23e /Cargo.toml
parentMerge pull request #395 from svenstaro/dependabot/cargo/regex-1.4.1 (diff)
parentBump serde from 1.0.116 to 1.0.117 (diff)
downloadminiserve-e3eeef9f63a781b59ce0f2329d225624f22c52be.tar.gz
miniserve-e3eeef9f63a781b59ce0f2329d225624f22c52be.zip
Merge pull request #396 from svenstaro/dependabot/cargo/serde-1.0.117
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 a54d93e..8f7ac99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ structopt = "0.3"
chrono = "0.4.19"
chrono-humanize = "0.1.1"
maud = { version = "0.22.0", features = ["actix-web"] }
-serde = { version = "1.0.115", features = ["derive"] }
+serde = { version = "1.0.117", features = ["derive"] }
tar = "0.4.30"
futures = "0.3.6"
libflate = "1.0.2"