aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-09-17 04:17:55 +0000
committerGitHub <noreply@github.com>2019-09-17 04:17:55 +0000
commit9198aac302dddabf0b59f7dcd08846a9a380479a (patch)
treec70b5bf364fe192a8cfaff0c9b54b28bf31b3108 /Cargo.toml
parentMerge pull request #194 from svenstaro/dependabot/cargo/alphanumeric-sort-1.0.10 (diff)
downloadminiserve-9198aac302dddabf0b59f7dcd08846a9a380479a.tar.gz
miniserve-9198aac302dddabf0b59f7dcd08846a9a380479a.zip
Bump serde from 1.0.100 to 1.0.101
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.100 to 1.0.101. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.100...v1.0.101) 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 983ef0c..0e8dfe2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ structopt = "0.3"
chrono = "0.4.9"
chrono-humanize = "0.0.11"
maud = { version = "0.21.0", features = ["actix-web"] }
-serde = { version = "1.0.100", features = ["derive"] }
+serde = { version = "1.0.101", features = ["derive"] }
tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.29"