Skip to content

Commit

Permalink
Merge pull request #2146 from hannobraun/dependabot/cargo/cargo-76e4c…
Browse files Browse the repository at this point in the history
…08ea9

Bump the cargo group with 1 update
  • Loading branch information
hannobraun authored Dec 18, 2023
2 parents d882a63 + 35b4b26 commit 699b499
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 51 deletions.
80 changes: 35 additions & 45 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 @@ -21,7 +21,7 @@ itertools = "0.12.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.4.1"
thiserror = "1.0.50"
thiserror = "1.0.51"
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 @@ -16,7 +16,7 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "1.0.50"
thiserror = "1.0.51"
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 @@ -20,7 +20,7 @@ fj-math.workspace = true
nalgebra = "0.32.3"
tobj = "4.0.0"
raw-window-handle = "0.5.2"
thiserror = "1.0.50"
thiserror = "1.0.51"
tracing = "0.1.40"

[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 @@ -19,7 +19,7 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.29"
thiserror = "1.0.50"
thiserror = "1.0.51"

[dependencies.winit]
version = "0.29.2"
Expand Down
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.50"
thiserror = "1.0.51"
tracing = "0.1.40"

[dependencies.clap]
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.20"
secstr = "0.5.0"
semver = "1.0.20"
serde_json = "1.0.108"
thiserror = "1.0.50"
thiserror = "1.0.51"

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

0 comments on commit 699b499

Please sign in to comment.