aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-08-11 04:26:35 +0000
committerGitHub <noreply@github.com>2020-08-11 04:26:35 +0000
commit1a76cafef7ad2621d9e999769deb94505b7ca76a (patch)
tree60007356e7bef57b3c04cd47396780a8a566d21d /Cargo.toml
parentMerge pull request #358 from svenstaro/dependabot/cargo/strum_macros-0.19.2 (diff)
parentBump serde from 1.0.114 to 1.0.115 (diff)
downloadminiserve-1a76cafef7ad2621d9e999769deb94505b7ca76a.tar.gz
miniserve-1a76cafef7ad2621d9e999769deb94505b7ca76a.zip
Merge pull request #360 from svenstaro/dependabot/cargo/serde-1.0.115
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 fed077c..d717089 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,7 @@ structopt = "0.3"
chrono = "0.4.13"
chrono-humanize = "0.0.11"
maud = { version = "0.22.0", features = ["actix-web"] }
-serde = { version = "1.0.110", features = ["derive"] }
+serde = { version = "1.0.115", features = ["derive"] }
tar = "0.4.27"
futures = "0.3.5"
libflate = "1.0.2"