aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-02 08:22:53 -0400
committerGitHub <noreply@github.com>2020-10-02 08:22:53 -0400
commit2e7988f3601e8ab3f269e1a4d10f3891ec8dbf24 (patch)
tree71f9ccde5cbe6183f0d83426a1af780b1afe79b8
parent0f9552976fe40c0dd672e15ae051180ec8bdbdfc (diff)
downloadxesite-2e7988f3601e8ab3f269e1a4d10f3891ec8dbf24.tar.xz
xesite-2e7988f3601e8ab3f269e1a4d10f3891ec8dbf24.zip
build(deps): bump serde_json from 1.0.57 to 1.0.58 (#220)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.57 to 1.0.58. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.57...v1.0.58) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 88e01a5..6e4c3ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1801,9 +1801,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.57"
+version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
+checksum = "a230ea9107ca2220eea9d46de97eddcb04cd00e92d13dda78e478dd33fa82bd4"
dependencies = [
"itoa",
"ryu",