Skip to content

Commit caeb172

Browse files
authored
Merge pull request #2501 from hannobraun/dependabot/cargo/cargo-af1710f5dd
Bump the cargo group with 2 updates
2 parents a103498 + e585ee0 commit caeb172

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/fj-window/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ fj-math.workspace = true
2020
fj-viewer.workspace = true
2121
futures = "0.3.31"
2222
thiserror = "2.0.11"
23-
winit = "0.30.8"
23+
winit = "0.30.9"

crates/fj/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ thiserror = "2.0.11"
2525
tracing = "0.1.41"
2626

2727
[dependencies.clap]
28-
version = "4.5.27"
28+
version = "4.5.28"
2929
features = ["derive"]
3030

3131
[dependencies.tracing-subscriber]

tools/automator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ url = "2.5.4"
1919
path = "../autolib"
2020

2121
[dependencies.clap]
22-
version = "4.5.27"
22+
version = "4.5.28"
2323
features = ["derive"]
2424

2525
[dependencies.tokio]

tools/release-operator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ version = "0.12.12"
2424
features = ["blocking"]
2525

2626
[dependencies.clap]
27-
version = "4.5.27"
27+
version = "4.5.28"
2828
features = ["std", "derive", "env"]
2929
default-features = false
3030

0 commit comments

Comments
 (0)