summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-19 11:03:50 +0000
committerGitHub <noreply@github.com>2022-12-19 11:03:50 +0000
commit458afcf97c4f974651b0f9a2496e3cb368e9a935 (patch)
tree4783bee63cf56fe9d788556ee0be5506c75bfafd
parentae952edd07597017a28d8c8a7b767d594dc22df5 (diff)
Bump serde_json from 1.0.73 to 1.0.91dependabot/cargo/serde_json-1.0.91
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.73 to 1.0.91. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.91) --- updated-dependencies: - dependency-name: serde_json dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock6
1 files changed, 4 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index cc5d287..2b33fbb 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,5 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
+version = 3
+
[[package]]
name = "addr2line"
version = "0.17.0"
@@ -710,9 +712,9 @@ dependencies = [
[[package]]
name = "serde_json"
-version = "1.0.73"
+version = "1.0.91"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bcbd0344bc6533bc7ec56df11d42fb70f1b912351c0825ccb7211b59d8af7cf5"
+checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
dependencies = [
"itoa",
"ryu",