diff --git a/Cargo.lock b/Cargo.lock index e2a260db..d32f20e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1948,7 +1948,7 @@ dependencies = [ "serde_bytes", "serde_json", "serde_urlencoded", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tracing", "url", @@ -2024,7 +2024,7 @@ dependencies = [ "lsystem", "reqwest", "serde_json", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tokio-tungstenite", "uuid", @@ -2883,7 +2883,7 @@ dependencies = [ "rustc-hash", "rustls", "socket2", - "thiserror 2.0.7", + "thiserror 2.0.8", "tokio", "tracing", ] @@ -2902,7 +2902,7 @@ dependencies = [ "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.7", + "thiserror 2.0.8", "tinyvec", "tracing", "web-time", @@ -4004,11 +4004,11 @@ dependencies = [ [[package]] name = "thiserror" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767" +checksum = "08f5383f3e0071702bf93ab5ee99b52d26936be9dedd9413067cbdcddcb6141a" dependencies = [ - "thiserror-impl 2.0.7", + "thiserror-impl 2.0.8", ] [[package]] @@ -4024,9 +4024,9 @@ dependencies = [ [[package]] name = "thiserror-impl" -version = "2.0.7" +version = "2.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36" +checksum = "f2f357fcec90b3caef6623a099691be676d033b40a058ac95d2a6ade6fa0c943" dependencies = [ "proc-macro2", "quote", diff --git a/modeling-session/Cargo.toml b/modeling-session/Cargo.toml index 1023aa6d..87b59128 100644 --- a/modeling-session/Cargo.toml +++ b/modeling-session/Cargo.toml @@ -17,7 +17,7 @@ kittycad-modeling-cmds = { workspace = true, features = ["websocket"] } lsystem = "0.2.1" reqwest = "0.12.9" serde_json = "1.0.133" -thiserror = "2.0.7" +thiserror = "2.0.8" tokio = { version = "1", features = ["sync"] } tokio-tungstenite = "0.24.0" uuid = { version = "1.11.0", features = ["v4"] }