From 3cc7777ca96db6c634205a7fb7033773fe82a4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:20:51 +0000 Subject: [PATCH] Bump thiserror from 1.0.38 to 1.0.39 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39) --- 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 166358ad9f..623f7e10f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3414,18 +3414,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0" +checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f" +checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-export/Cargo.toml b/crates/fj-export/Cargo.toml index 837020a66f..bbb4dfff26 100644 --- a/crates/fj-export/Cargo.toml +++ b/crates/fj-export/Cargo.toml @@ -14,6 +14,6 @@ categories.workspace = true [dependencies] fj-interop.workspace = true fj-math.workspace = true -thiserror = "1.0.35" +thiserror = "1.0.39" threemf = "0.4.0" stl = "0.2.1" diff --git a/crates/fj-host/Cargo.toml b/crates/fj-host/Cargo.toml index d87f27294f..1d0c3f4433 100644 --- a/crates/fj-host/Cargo.toml +++ b/crates/fj-host/Cargo.toml @@ -19,6 +19,6 @@ fj-interop.workspace = true fj-operations.workspace = true libloading = "0.7.4" notify = "5.1.0" -thiserror = "1.0.35" +thiserror = "1.0.39" tracing = "0.1.37" winit = "0.28.2" diff --git a/crates/fj-kernel/Cargo.toml b/crates/fj-kernel/Cargo.toml index ecebd26dd9..b3874f8797 100644 --- a/crates/fj-kernel/Cargo.toml +++ b/crates/fj-kernel/Cargo.toml @@ -19,7 +19,7 @@ parking_lot = "0.12.0" pretty_assertions = "1.3.0" robust = "0.2.3" spade = "2.1.0" -thiserror = "1.0.35" +thiserror = "1.0.39" type-map = "0.5.0" [dev-dependencies] diff --git a/crates/fj-operations/Cargo.toml b/crates/fj-operations/Cargo.toml index cdefd2e5f2..19f8d3df76 100644 --- a/crates/fj-operations/Cargo.toml +++ b/crates/fj-operations/Cargo.toml @@ -16,4 +16,4 @@ fj-interop.workspace = true fj-kernel.workspace = true fj-math.workspace = true itertools = "0.10.5" -thiserror = "1.0.35" +thiserror = "1.0.39" diff --git a/crates/fj-viewer/Cargo.toml b/crates/fj-viewer/Cargo.toml index bfaa6e5601..406b6294b7 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -20,7 +20,7 @@ fj-math.workspace = true nalgebra = "0.32.1" tobj = "3.2.4" raw-window-handle = "0.5.0" -thiserror = "1.0.35" +thiserror = "1.0.39" tracing = "0.1.37" [dependencies.image] diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 8c71542259..d5ab1d40e7 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -17,7 +17,7 @@ fj-viewer.workspace = true fj-interop.workspace = true crossbeam-channel = "0.5.6" futures = "0.3.26" -thiserror = "1.0.35" +thiserror = "1.0.39" tracing = "0.1.37" winit = "0.28.2" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 9f73c6ccd4..b4d209b4d3 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.16" serde_json = "1.0.94" -thiserror = "1.0.35" +thiserror = "1.0.39" [dependencies.autolib] path = "../autolib"