From 9b57364158e5e3e29c7a7dd45bae6d86441b423a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 06:51:55 +0000 Subject: [PATCH] Bump serde_json from 1.0.134 to 1.0.135 in /client Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.134 to 1.0.135. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.134...v1.0.135) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/Cargo.lock | 4 ++-- client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/Cargo.lock b/client/Cargo.lock index b9bf6d81..f285c867 100644 --- a/client/Cargo.lock +++ b/client/Cargo.lock @@ -769,9 +769,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.134" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/client/Cargo.toml b/client/Cargo.toml index 0df417ad..3aacc855 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -18,7 +18,7 @@ debug = true macroquad = "0.4.13" hex2d = "1.1.0" itertools = "0.13.0" -serde_json = "1.0.134" +serde_json = "1.0.135" server = { path = "../server", version = "0.1.0" } wasm-bindgen = "0.2.95" wasm-bindgen-futures = "0.4.45"