Skip to content

Commit

Permalink
Bump thiserror from 1.0.38 to 1.0.39
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 6, 2023
1 parent 7c38af9 commit 4acad20
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 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-export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/fj-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/fj-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-operations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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 @@ -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"

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.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"
Expand Down

0 comments on commit 4acad20

Please sign in to comment.