diff --git a/Cargo.lock b/Cargo.lock index 8efc571d..a98f5d29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3599,9 +3599,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.134" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" dependencies = [ "indexmap 2.2.6", "itoa", diff --git a/modeling-cmds/Cargo.toml b/modeling-cmds/Cargo.toml index 3c2660a2..c465df0a 100644 --- a/modeling-cmds/Cargo.toml +++ b/modeling-cmds/Cargo.toml @@ -33,7 +33,7 @@ schemars = { version = "0.8.16", features = [ ] } serde = { version = "1.0.216", features = ["derive"] } serde_bytes = "0.11.15" -serde_json = { version = "1.0.133", optional = true } +serde_json = { version = "1.0.134", optional = true } slog = { version = "2.7.0", optional = true } tabled = { version = "0.17", optional = true } uuid = { version = "1.11.0", features = ["serde", "v4", "js"] } diff --git a/modeling-session/Cargo.toml b/modeling-session/Cargo.toml index 4a0dea03..e6b44824 100644 --- a/modeling-session/Cargo.toml +++ b/modeling-session/Cargo.toml @@ -16,7 +16,7 @@ kittycad = { workspace = true } kittycad-modeling-cmds = { workspace = true, features = ["websocket"] } lsystem = "0.2.1" reqwest = "0.12.9" -serde_json = "1.0.133" +serde_json = "1.0.134" thiserror = "2.0.9" tokio = { version = "1", features = ["sync"] } tokio-tungstenite = "0.24.0"