diff --git a/Cargo.lock b/Cargo.lock index 30f5c5219..e0c949704 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3094,18 +3094,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" +checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.50" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" +checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-core/Cargo.toml b/crates/fj-core/Cargo.toml index 60da3815e..b881be42c 100644 --- a/crates/fj-core/Cargo.toml +++ b/crates/fj-core/Cargo.toml @@ -21,7 +21,7 @@ itertools = "0.12.0" parking_lot = "0.12.0" robust = "1.1.0" spade = "2.4.1" -thiserror = "1.0.50" +thiserror = "1.0.51" type-map = "0.5.0" [dev-dependencies] diff --git a/crates/fj-export/Cargo.toml b/crates/fj-export/Cargo.toml index d5ab79fdf..1464e1fbb 100644 --- a/crates/fj-export/Cargo.toml +++ b/crates/fj-export/Cargo.toml @@ -16,7 +16,7 @@ workspace = true [dependencies] fj-interop.workspace = true fj-math.workspace = true -thiserror = "1.0.50" +thiserror = "1.0.51" threemf = "0.4.0" stl = "0.2.1" wavefront_rs = "=2.0.0-beta.1" diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index 1ddb30f41..ffaaa5d36 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -20,7 +20,7 @@ fj-math.workspace = true nalgebra = "0.32.3" tobj = "4.0.0" raw-window-handle = "0.5.2" -thiserror = "1.0.50" +thiserror = "1.0.51" tracing = "0.1.40" [dependencies.bytemuck] diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index ec55daaa0..cbd13add8 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -19,7 +19,7 @@ fj-interop.workspace = true fj-math.workspace = true fj-viewer.workspace = true futures = "0.3.29" -thiserror = "1.0.50" +thiserror = "1.0.51" [dependencies.winit] version = "0.29.2" diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index c705fc3bc..bb8be6598 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -21,7 +21,7 @@ fj-interop.workspace = true fj-math.workspace = true fj-viewer.workspace = true fj-window.workspace = true -thiserror = "1.0.50" +thiserror = "1.0.51" tracing = "0.1.40" [dependencies.clap] diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index ae4ca126c..4efe91956 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.20" secstr = "0.5.0" semver = "1.0.20" serde_json = "1.0.108" -thiserror = "1.0.50" +thiserror = "1.0.51" [dependencies.autolib] path = "../autolib"