Skip to content

Commit

Permalink
Bump thiserror from 1.0.43 to 1.0.44
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.43 to 1.0.44.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2023
1 parent cef089d commit 8887f09
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8887f09

Please sign in to comment.