diff --git a/Cargo.lock b/Cargo.lock index 98eded4cd..d0528f7ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4075,9 +4075,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.127" +version = "1.0.128" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" +checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8" dependencies = [ "indexmap", "itoa", diff --git a/crates/gosub_styling/Cargo.toml b/crates/gosub_styling/Cargo.toml index 4e17916b1..d16d617cc 100644 --- a/crates/gosub_styling/Cargo.toml +++ b/crates/gosub_styling/Cargo.toml @@ -26,7 +26,7 @@ rand = "0.9.0-alpha.1" rust-fontconfig = "0.1.7" itertools = "0.12.1" serde = { version = "1.0.209", features = ["derive"] } -serde_json = "1.0.127" +serde_json = "1.0.128" memoize = "0.4.2" thiserror = "1.0.58" nom = "7.1.3" diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 4d87d42d8..5451d400d 100644 --- a/crates/gosub_v8/Cargo.toml +++ b/crates/gosub_v8/Cargo.toml @@ -13,4 +13,4 @@ gosub_webexecutor = { path = "../gosub_webexecutor" } thiserror = "1.0.61" v8 = "0.105.0" anyhow = "1.0.86" -serde_json = "1.0.127" \ No newline at end of file +serde_json = "1.0.128" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index ed2c8a870..66cdf4e90 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -15,6 +15,6 @@ anyhow = "1.0.86" paste = "1.0.15" [dev-dependencies] -serde_json = "1.0.127" +serde_json = "1.0.128" gosub_v8 = { path = "../gosub_v8" } gosub_webinterop = { path = "../gosub_webinterop" } \ No newline at end of file