aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-03-19 04:35:05 +0000
committerGitHub <noreply@github.com>2020-03-19 04:35:05 +0000
commit48af2453c29320d7c5ac76a85e7f8742096ad829 (patch)
treef9aafa5c55f776cbb903ccd80f7c558865e36fdf /Cargo.toml
parentSwitch to bionic on travis (diff)
parentBump serde from 1.0.104 to 1.0.105 (diff)
downloadminiserve-48af2453c29320d7c5ac76a85e7f8742096ad829.tar.gz
miniserve-48af2453c29320d7c5ac76a85e7f8742096ad829.zip
Merge pull request #277 from svenstaro/dependabot/cargo/serde-1.0.105
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4fd4960..535c771 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ structopt = "0.3"
chrono = "0.4.10"
chrono-humanize = "0.0.11"
maud = { version = "0.21.0", features = ["actix-web"] }
-serde = { version = "1.0.104", features = ["derive"] }
+serde = { version = "1.0.105", features = ["derive"] }
tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.29"