Skip to content

Commit a761e10

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group with 2 updates
Bumps the cargo-minor group with 2 updates: [clap](https://github.com/clap-rs/clap) and [proc-macro2](https://github.com/dtolnay/proc-macro2). Updates `clap` from 4.5.43 to 4.5.44 - [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.43...clap_complete-v4.5.44) Updates `proc-macro2` from 1.0.95 to 1.0.96 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.95...1.0.96) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: proc-macro2 dependency-version: 1.0.96 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad7bf56 commit a761e10

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5555
naga = { version = "25.0.1", features = ["wgsl-out"] }
5656
wgpu = "25.0.2"
5757
egui = { git = "https://github.com/emilk/egui.git", branch = "main" }
58-
clap = { version = "4.5.43", features = ["derive"] }
58+
clap = { version = "4.5.44", features = ["derive"] }
5959
cpal = "0.15.3"
6060
anyhow = "1.0"
6161
slotmap = "1.0.7"

core/build_playerglobal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ workspace = true
1212

1313
[dependencies]
1414
convert_case = "0.8.0"
15-
proc-macro2 = "1.0.95"
15+
proc-macro2 = "1.0.96"
1616
quote = "1.0.40"
1717
swf = { path = "../../swf" }
1818
clap = { workspace = true }

core/macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ workspace = true
1414
proc-macro = true
1515

1616
[dependencies]
17-
proc-macro2 = "1.0.95"
17+
proc-macro2 = "1.0.96"
1818
quote = "1.0.40"
1919
syn = { version = "2.0.104", features = ["extra-traits", "full"] }

0 commit comments

Comments
 (0)