aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-01-26 09:28:15 +0000
committerGitHub <noreply@github.com>2021-01-26 09:28:15 +0000
commitff095030384ba25c13090db6b4df4218ac0a54c3 (patch)
tree2360f807a22c45c3ceedf55687700cb5e59ee750 /Cargo.toml
parentMerge pull request #438 from svenstaro/dependabot/cargo/tar-0.4.32 (diff)
parentBump serde from 1.0.122 to 1.0.123 (diff)
downloadminiserve-ff095030384ba25c13090db6b4df4218ac0a54c3.tar.gz
miniserve-ff095030384ba25c13090db6b4df4218ac0a54c3.zip
Merge pull request #437 from svenstaro/dependabot/cargo/serde-1.0.123
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 89b3502..f559e68 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.2", features = ["actix-web"] }
-serde = { version = "1.0.122", features = ["derive"] }
+serde = { version = "1.0.123", features = ["derive"] }
tar = "0.4.32"
futures = "0.3.11"
libflate = "1.0.3"