From e1e287d52a9022932f1f558d7b817fb833bb31e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:28:52 +0000 Subject: [PATCH] Bump serde_json from 1.0.122 to 1.0.132 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.122 to 1.0.132. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.122...1.0.132) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ade568b..689ca52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2780,9 +2780,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.122" +version = "1.0.132" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da" +checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index a6dca22..ba2f464 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ rand = "0.8.5" regex = "1.10.6" rusty6502 = { path = "./", version = "~0.1" } serde = "1.0.205" -serde_json = "1.0.122" +serde_json = "1.0.132" strum_macros = "0.24.1" strum = "0.24.1" tempfile = "3.12.0"