diff --git a/Cargo.lock b/Cargo.lock index 16d7276fc..990c6569d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3875,9 +3875,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