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:17:24 +0000
committerGitHub <noreply@github.com>2020-10-16 04:17:24 +0000
commit47652f129fc80f75d45e6ccb1e30096c1cd4fa65 (patch)
tree6980a2c875ca76d0fddbd4ca15f69d5f0f93e23e /Cargo.toml
parentMerge pull request #395 from svenstaro/dependabot/cargo/regex-1.4.1 (diff)
downloadminiserve-47652f129fc80f75d45e6ccb1e30096c1cd4fa65.tar.gz
miniserve-47652f129fc80f75d45e6ccb1e30096c1cd4fa65.zip
Bump serde from 1.0.116 to 1.0.117
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.116 to 1.0.117. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.116...v1.0.117) 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 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"