Skip to content

Commit

Permalink
Bump thiserror from 1.0.32 to 1.0.34
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.32 to 1.0.34.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.32...1.0.34)

---
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 Sep 5, 2022
1 parent bc2c5e3 commit 5216dbd
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 @@ -16,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"]


[dependencies]
thiserror = "1.0.32"
thiserror = "1.0.34"
threemf = "0.3.1"
stl = "0.2.1"

Expand Down
2 changes: 1 addition & 1 deletion crates/fj-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ categories = ["encoding", "mathematics", "rendering"]
[dependencies]
libloading = "0.7.2"
notify = "5.0.0"
thiserror = "1.0.32"
thiserror = "1.0.34"
cargo_metadata = "0.15.0"

[dependencies.fj]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ parry2d-f64 = "0.9.0"
robust-predicates = "0.1.3"
slotmap = "1.0.6"
spade = "2.0.0"
thiserror = "1.0.32"
thiserror = "1.0.34"

[dependencies.fj-interop]
version = "0.14.0"
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,7 +16,7 @@ categories = ["encoding", "mathematics", "rendering"]


[dependencies]
thiserror = "1.0.32"
thiserror = "1.0.34"

[dependencies.fj]
version = "0.14.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ categories = ["encoding", "mathematics", "rendering"]
[dependencies]
bytemuck = "1.12.1"
raw-window-handle = "0.4.3"
thiserror = "1.0.32"
thiserror = "1.0.34"
tracing = "0.1.35"
wgpu = "0.13.1"
wgpu_glyph = "0.17.0"
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 @@ categories = ["encoding", "mathematics", "rendering"]

[dependencies]
futures = "0.3.24"
thiserror = "1.0.32"
thiserror = "1.0.34"
tracing = "0.1.35"
winit = "0.27.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 @@ -16,7 +16,7 @@ regex = "1.6.0"
secstr = "0.5.0"
semver = "1.0.13"
serde_json = "1.0.85"
thiserror = "1.0.32"
thiserror = "1.0.34"

[dependencies.reqwest]
version = "0.11.11"
Expand Down

0 comments on commit 5216dbd

Please sign in to comment.