Skip to content

Commit e585ee0

Browse files
Bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [clap](https://github.com/clap-rs/clap) and [winit](https://github.com/rust-windowing/winit). Updates `clap` from 4.5.27 to 4.5.28 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.27...clap_complete-v4.5.28) Updates `winit` from 0.30.8 to 0.30.9 - [Release notes](https://github.com/rust-windowing/winit/releases) - [Changelog](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md) - [Commits](rust-windowing/winit@v0.30.8...v0.30.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: winit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a103498 commit e585ee0

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)