From 8887f0934ba1ebec7f0eb0a66caf68cffbd106ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 12:06:50 +0000 Subject: [PATCH] Bump thiserror from 1.0.43 to 1.0.44 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.43...1.0.44) --- 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-core/Cargo.toml | 2 +- crates/fj-export/Cargo.toml | 2 +- crates/fj-viewer/Cargo.toml | 2 +- crates/fj-window/Cargo.toml | 2 +- crates/fj/Cargo.toml | 2 +- tools/release-operator/Cargo.toml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f0437b8f3..5e076def7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2861,18 +2861,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" +checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.43" +version = "1.0.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" +checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-core/Cargo.toml b/crates/fj-core/Cargo.toml index a0920cc06..7157cbd1b 100644 --- a/crates/fj-core/Cargo.toml +++ b/crates/fj-core/Cargo.toml @@ -18,7 +18,7 @@ itertools = "0.11.0" parking_lot = "0.12.0" robust = "1.1.0" spade = "2.2.0" -thiserror = "1.0.43" +thiserror = "1.0.44" type-map = "0.5.0" [dev-dependencies] diff --git a/crates/fj-export/Cargo.toml b/crates/fj-export/Cargo.toml index 30a81801e..b44ff3202 100644 --- a/crates/fj-export/Cargo.toml +++ b/crates/fj-export/Cargo.toml @@ -14,7 +14,7 @@ categories.workspace = true [dependencies] fj-interop.workspace = true fj-math.workspace = true -thiserror = "1.0.43" +thiserror = "1.0.44" 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 b3212dd50..7406e1a29 100644 --- a/crates/fj-viewer/Cargo.toml +++ b/crates/fj-viewer/Cargo.toml @@ -16,7 +16,7 @@ fj-math.workspace = true nalgebra = "0.32.3" tobj = "4.0.0" raw-window-handle = "0.5.2" -thiserror = "1.0.43" +thiserror = "1.0.44" tracing = "0.1.37" [dependencies.bytemuck] diff --git a/crates/fj-window/Cargo.toml b/crates/fj-window/Cargo.toml index 9571cb953..f05c3cbf3 100644 --- a/crates/fj-window/Cargo.toml +++ b/crates/fj-window/Cargo.toml @@ -15,5 +15,5 @@ fj-interop.workspace = true fj-math.workspace = true fj-viewer.workspace = true futures = "0.3.28" -thiserror = "1.0.43" +thiserror = "1.0.44" winit = "0.28.6" diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 4ea8b7927..d76452f38 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -18,7 +18,7 @@ fj-interop.workspace = true fj-math.workspace = true fj-viewer.workspace = true fj-window.workspace = true -thiserror = "1.0.43" +thiserror = "1.0.44" [dependencies.clap] version = "4.3.12" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 258871047..7779dd3c4 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -14,7 +14,7 @@ log = "0.4.19" secstr = "0.5.0" semver = "1.0.18" serde_json = "1.0.103" -thiserror = "1.0.43" +thiserror = "1.0.44" [dependencies.autolib] path = "../autolib"