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:15:36 +0000
committerGitHub <noreply@github.com>2020-08-11 04:15:36 +0000
commit72935513e0ec42d81f19ad3e62dc020c87e7b3d3 (patch)
tree60007356e7bef57b3c04cd47396780a8a566d21d /Cargo.toml
parentMerge pull request #358 from svenstaro/dependabot/cargo/strum_macros-0.19.2 (diff)
downloadminiserve-72935513e0ec42d81f19ad3e62dc020c87e7b3d3.tar.gz
miniserve-72935513e0ec42d81f19ad3e62dc020c87e7b3d3.zip
Bump serde from 1.0.114 to 1.0.115
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.114...v1.0.115) 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 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"