From f14c96d7cdea1e14368120e4dbe417fe4d83b2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:43:11 -0700 Subject: [PATCH] chore(deps): bump serde_json in /aries/misc/anoncreds_types (#1199) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.111 to 1.0.117. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.111...v1.0.117) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- aries/misc/anoncreds_types/Cargo.lock | 4 ++-- aries/misc/anoncreds_types/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aries/misc/anoncreds_types/Cargo.lock b/aries/misc/anoncreds_types/Cargo.lock index 08d4356691..1d22370e16 100644 --- a/aries/misc/anoncreds_types/Cargo.lock +++ b/aries/misc/anoncreds_types/Cargo.lock @@ -415,9 +415,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.111" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "itoa", "ryu", diff --git a/aries/misc/anoncreds_types/Cargo.toml b/aries/misc/anoncreds_types/Cargo.toml index c8e728ba3d..fd02575464 100644 --- a/aries/misc/anoncreds_types/Cargo.toml +++ b/aries/misc/anoncreds_types/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4.21" once_cell = "1.19.0" regex = "1.10.5" serde = { version = "1.0.195", features = ["derive"] } -serde_json = "1.0.111" +serde_json = "1.0.117" typed-builder = "0.18.1" [dev-dependencies]