From 3e4a27dfa4e20168f6f6b3feb1fe583867cc77d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 16:26:45 +0700 Subject: [PATCH] Bump serde_json from 1.0.105 to 1.0.108 (#60) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.108. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.108) --- 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> --- Cargo.lock | 4 ++-- crates/anchor-idl/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 755ed67..2ab3441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1080,9 +1080,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.105" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" +checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b" dependencies = [ "itoa", "ryu", diff --git a/crates/anchor-idl/Cargo.toml b/crates/anchor-idl/Cargo.toml index 4fea4da..473d796 100644 --- a/crates/anchor-idl/Cargo.toml +++ b/crates/anchor-idl/Cargo.toml @@ -17,7 +17,7 @@ darling = "0.14" heck = "0.4.1" proc-macro2 = "1" quote = "1" -serde_json = "1.0.105" +serde_json = "1.0.108" syn = { version = "1", features = ["full"] } [dev-dependencies]