From 671eaaeb77f479d5545131ce1244d4ea32cde58b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 13:29:31 +0000 Subject: [PATCH] Bump thiserror from 1.0.31 to 1.0.32 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.31 to 1.0.32. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.31...1.0.32) --- 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 8f93f801d..5d46c56ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2834,18 +2834,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb" [[package]] name = "thiserror" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" +checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.31" +version = "1.0.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" +checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-export/Cargo.toml b/crates/fj-export/Cargo.toml index 8ffa392de..f348e134c 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.31" +thiserror = "1.0.32" threemf = "0.3.1" stl = "0.2.1" diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index 08c13e10b..c51700a38 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-pre.15" -thiserror = "1.0.31" +thiserror = "1.0.32" cargo_metadata = "0.15.0" [dependencies.fj] diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index d1b24b2f7..54b163137 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -23,7 +23,7 @@ parry2d-f64 = "0.9.0" robust = "0.2.3" slotmap = "1.0.6" spade = "2.0.0" -thiserror = "1.0.31" +thiserror = "1.0.32" [dependencies.fj-interop] version = "0.11.0" diff --git a/crates/fj-operations/Cargo.toml b/crates/fj-operations/Cargo.toml index 8542be460..cb535e7fa 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.31" +thiserror = "1.0.32" [dependencies.fj] version = "0.11.0" diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index 97870f019..502736411 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -18,7 +18,7 @@ categories = ["encoding", "mathematics", "rendering"] [dependencies] bytemuck = "1.11.0" raw-window-handle = "0.4.3" -thiserror = "1.0.31" +thiserror = "1.0.32" tracing = "0.1.35" wgpu = "0.12.0" wgpu_glyph = "0.16.0" diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 20f13744b..22fdff382 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.21" -thiserror = "1.0.31" +thiserror = "1.0.32" tracing = "0.1.35" winit = "0.26.1" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 3d1cca7e2..ea0933123 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -16,7 +16,7 @@ regex = "1.6.0" secstr = "0.5.0" semver = "1.0.12" serde_json = "1.0.83" -thiserror = "1.0.31" +thiserror = "1.0.32" [dependencies.reqwest] version = "0.11.11"