diff --git a/Cargo.lock b/Cargo.lock index 83ee4500f..72ea9e89a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3310,18 +3310,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" [[package]] name = "thiserror" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252" +checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.34" +version = "1.0.35" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487" +checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-export/Cargo.toml b/crates/fj-export/Cargo.toml index 03759a84d..48b732d77 100644 --- a/crates/fj-export/Cargo.toml +++ b/crates/fj-export/Cargo.toml @@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] -thiserror = "1.0.34" +thiserror = "1.0.35" threemf = "0.3.1" stl = "0.2.1" diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index 4734fc8da..649024d8a 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -18,7 +18,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] libloading = "0.7.2" notify = "5.0.0" -thiserror = "1.0.34" +thiserror = "1.0.35" cargo_metadata = "0.15.0" [dependencies.fj] diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index bf88811f8..fd67147ca 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -24,7 +24,7 @@ pretty_assertions = "1.3.0" robust-predicates = "0.1.3" slotmap = "1.0.6" spade = "2.0.0" -thiserror = "1.0.34" +thiserror = "1.0.35" [dependencies.fj-interop] version = "0.16.0" diff --git a/crates/fj-operations/Cargo.toml b/crates/fj-operations/Cargo.toml index 07f687be7..83c17a098 100644 --- a/crates/fj-operations/Cargo.toml +++ b/crates/fj-operations/Cargo.toml @@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] -thiserror = "1.0.34" +thiserror = "1.0.35" [dependencies.fj] version = "0.16.0" diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index cbf16ec4c..586774db0 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -18,7 +18,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] bytemuck = "1.12.1" raw-window-handle = "0.4.3" -thiserror = "1.0.34" +thiserror = "1.0.35" tracing = "0.1.35" wgpu = "0.13.1" wgpu_glyph = "0.17.0" diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 4c81eae9f..e983a6f62 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -17,7 +17,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] futures = "0.3.24" -thiserror = "1.0.34" +thiserror = "1.0.35" tracing = "0.1.35" winit = "0.27.3" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index d2d8454a5..fa6b16c34 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.17" secstr = "0.5.0" semver = "1.0.13" serde_json = "1.0.85" -thiserror = "1.0.34" +thiserror = "1.0.35" [dependencies.autolib] path = "../autolib"