diff --git a/Cargo.lock b/Cargo.lock index 9b750e167..43959a145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3270,9 +3270,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.116" +version = "1.0.117" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813" +checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" dependencies = [ "indexmap", "itoa", diff --git a/crates/gosub_v8/Cargo.toml b/crates/gosub_v8/Cargo.toml index 1bdb44798..606d3d763 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.59" v8 = "0.91.1" anyhow = "1.0.86" -serde_json = "1.0.116" \ No newline at end of file +serde_json = "1.0.117" \ No newline at end of file diff --git a/crates/gosub_webexecutor/Cargo.toml b/crates/gosub_webexecutor/Cargo.toml index 80479f539..8403c8622 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.116" +serde_json = "1.0.117" gosub_v8 = { path = "../gosub_v8" } gosub_webinterop = { path = "../gosub_webinterop" } \ No newline at end of file