Skip to content

Commit

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

---
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 Sep 19, 2022
1 parent dfe185b commit 6d24295
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.34"
thiserror = "1.0.35"
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.34"
thiserror = "1.0.35"
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 @@ -24,7 +24,7 @@ pretty_assertions = "1.3.0"
robust-predicates = "0.1.3"
slotmap = "1.0.6"
spade = "2.0.0"
thiserror = "1.0.34"
thiserror = "1.0.35"

[dependencies.fj-interop]
version = "0.16.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.34"
thiserror = "1.0.35"

[dependencies.fj]
version = "0.16.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.34"
thiserror = "1.0.35"
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.34"
thiserror = "1.0.35"
tracing = "0.1.35"
winit = "0.27.3"

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.13"
serde_json = "1.0.85"
thiserror = "1.0.34"
thiserror = "1.0.35"

[dependencies.autolib]
path = "../autolib"
Expand Down

0 comments on commit 6d24295

Please sign in to comment.