aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 854914d..3d56ba2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2506,18 +2506,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
-version = "1.0.122"
+version = "1.0.123"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "974ef1bd2ad8a507599b336595454081ff68a9599b4890af7643c0c0ed73a62c"
+checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.122"
+version = "1.0.123"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8dee1f300f838c8ac340ecb0112b3ac472464fa67e87292bdb3dfc9c49128e17"
+checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
dependencies = [
"proc-macro2",
"quote",
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"