Skip to content

Commit

Permalink
Merge pull request #2007 from hannobraun/dependabot/cargo/dependencie…
Browse files Browse the repository at this point in the history
…s-358336831c

Bump the dependencies group with 5 updates
  • Loading branch information
hannobraun authored Sep 4, 2023
2 parents cf3109b + 2fb7c57 commit 2c1ea36
Show file tree
Hide file tree
Showing 10 changed files with 63 additions and 64 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
interval: "weekly"
# Group dependency updates into a single pull request.
groups:
dependencies:
cargo:
patterns:
- "*"

Expand All @@ -16,6 +16,6 @@ updates:
interval: "weekly"
# Group dependency updates into a single pull request.
groups:
dependencies:
github-actions:
patterns:
- "*"
99 changes: 49 additions & 50 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.47"
thiserror = "1.0.48"
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.47"
thiserror = "1.0.48"
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.47"
thiserror = "1.0.48"
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.47"
thiserror = "1.0.48"
winit = "0.28.6"
4 changes: 2 additions & 2 deletions crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.47"
thiserror = "1.0.48"

[dependencies.clap]
version = "4.4.0"
version = "4.4.2"
features = ["derive"]
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
log = "0.4.20"
regex = "1.9.4"
regex = "1.9.5"
semver = "1.0.18"
Loading

0 comments on commit 2c1ea36

Please sign in to comment.