From 3312a329d8963afb84fde012bde3c469d7010e9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 00:54:02 +0000 Subject: [PATCH] Bump serde_json from 1.0.132 to 1.0.133 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.132 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.132...v1.0.133) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/gosub_css3/Cargo.toml | 2 +- crates/gosub_v8/Cargo.toml | 2 +- crates/gosub_webexecutor/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de93fe69e..3a9b1bd2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3873,9 +3873,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.132" +version = "1.0.133" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03" +checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" dependencies = [ "indexmap", "itoa", diff --git a/crates/gosub_css3/Cargo.toml b/crates/gosub_css3/Cargo.toml index 1567395e5..dbbdffa92 100644 --- a/crates/gosub_css3/Cargo.toml +++ b/crates/gosub_css3/Cargo.toml @@ -15,6 +15,6 @@ colors-transform = "0.2.11" rand = "0.8.5" itertools = "0.13.0" serde = { version = "1.0.214", features = ["derive"] } -serde_json = "1.0.132" +serde_json = "1.0.133" thiserror = "2.0.3" nom = "7.1.3" diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index b50475ac4..b83bab3fa 100644 --- a/crates/gosub_v8/Cargo.toml +++ b/crates/gosub_v8/Cargo.toml @@ -11,4 +11,4 @@ gosub_webexecutor = { path = "../gosub_webexecutor" } thiserror = "2.0.3" v8 = "130.0.0" anyhow = "1.0.93" -serde_json = "1.0.132" \ No newline at end of file +serde_json = "1.0.133" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index 614e45606..2942a3789 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -15,6 +15,6 @@ anyhow = "1.0.93" paste = "1.0.15" [dev-dependencies] -serde_json = "1.0.132" +serde_json = "1.0.133" gosub_v8 = { path = "../gosub_v8" } gosub_webinterop = { path = "../gosub_webinterop" } \ No newline at end of file