Skip to content

Commit

Permalink
Merge pull request #2498 from hannobraun/dependabot/cargo/cargo-f1183…
Browse files Browse the repository at this point in the history
…4d300

Bump the cargo group across 1 directory with 2 updates
  • Loading branch information
hannobraun authored Jan 27, 2025
2 parents b7610f2 + 721e6b9 commit 30b58fb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 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-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ workspace = true
fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.33.2"
tobj = "4.0.2"
tobj = "4.0.3"
raw-window-handle = "0.6.0"
thiserror = "2.0.11"
tracing = "0.1.41"
Expand Down
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ thiserror = "2.0.11"
tracing = "0.1.41"

[dependencies.clap]
version = "4.5.26"
version = "4.5.27"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ url = "2.5.4"
path = "../autolib"

[dependencies.clap]
version = "4.5.26"
version = "4.5.27"
features = ["derive"]

[dependencies.tokio]
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 @@ -24,7 +24,7 @@ version = "0.12.12"
features = ["blocking"]

[dependencies.clap]
version = "4.5.26"
version = "4.5.27"
features = ["std", "derive", "env"]
default-features = false

Expand Down

0 comments on commit 30b58fb

Please sign in to comment.