From 6d24295bd7e3faeab7950a1364ea28482fd5ec46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 12:15:50 +0000 Subject: [PATCH] Bump thiserror from 1.0.34 to 1.0.35 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/fj-export/Cargo.toml | 2 +- crates/fj-host/Cargo.toml | 2 +- crates/fj-kernel/Cargo.toml | 2 +- crates/fj-operations/Cargo.toml | 2 +- crates/fj-viewer/Cargo.toml | 2 +- crates/fj-window/Cargo.toml | 2 +- tools/release-operator/Cargo.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0b02ce172..0a86d83e1c 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 03759a84d6..48b732d779 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 4734fc8daa..649024d8a3 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 bf88811f8f..fd67147caf 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 07f687be7c..83c17a0987 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 cbf16ec4cd..586774db00 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 4c81eae9fd..e983a6f628 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 d2d8454a5e..fa6b16c34b 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"