diff --git a/Cargo.lock b/Cargo.lock index 97e1bc45b..ad761b8fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3676,9 +3676,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.117" +version = "1.0.119" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" +checksum = "e8eddb61f0697cc3989c5d64b452f5488e2b8a60fd7d5076a3045076ffef8cb0" dependencies = [ "indexmap", "itoa", diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 4a75c2ef6..51d018ada 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.94.0" anyhow = "1.0.86" -serde_json = "1.0.117" \ No newline at end of file +serde_json = "1.0.119" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index 010db475a..c8c0a004a 100644 --- a/crates/gosub_webexecutor/Cargo.toml +++ b/crates/gosub_webexecutor/Cargo.toml @@ -16,6 +16,6 @@ anyhow = "1.0.86" paste = "1.0.15" [dev-dependencies] -serde_json = "1.0.117" +serde_json = "1.0.119" gosub_v8 = { path = "../gosub_v8" } gosub_webinterop = { path = "../gosub_webinterop" } \ No newline at end of file