aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <support@dependabot.com>2019-05-07 04:34:16 +0000
committerdependabot[bot] <support@dependabot.com>2019-05-07 04:34:16 +0000
commitf178ec8f22df22e3b8ff62b977e2ebb962044a46 (patch)
treeafde60aefa2a5a8b6cd65e799c94ea8fda036223 /Cargo.toml
parentMerge pull request #103 from KSXGitHub/test-auth-one-more-assertion (diff)
downloadminiserve-f178ec8f22df22e3b8ff62b977e2ebb962044a46.tar.gz
miniserve-f178ec8f22df22e3b8ff62b977e2ebb962044a46.zip
Bump serde from 1.0.90 to 1.0.91
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.90...v1.0.91) Signed-off-by: dependabot[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 a345f7e..7d4fd95 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ structopt = "0.2.15"
chrono = "0.4.6"
chrono-humanize = "0.0.11"
maud = { version = "0.20.0", features = ["actix-web"] }
-serde = { version = "1.0.90", features = ["derive"] }
+serde = { version = "1.0.91", features = ["derive"] }
tar = "0.4.24"
bytes = "0.4.12"
futures = "0.1.26"