Skip to content

Commit afcfc7f

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump the cargo-minor group with 3 updates
Bumps the cargo-minor group with 3 updates: [clap](https://github.com/clap-rs/clap), [bitstream-io](https://github.com/tuffy/bitstream-io) and [proc-macro2](https://github.com/dtolnay/proc-macro2). Updates `clap` from 4.5.36 to 4.5.37 - [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.36...clap_complete-v4.5.37) Updates `bitstream-io` from 3.1.0 to 3.2.0 - [Changelog](https://github.com/tuffy/bitstream-io/blob/master/CHANGES.md) - [Commits](tuffy/bitstream-io@v3.1.0...v3.2.0) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: bitstream-io dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34ac46d commit afcfc7f

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -51,7 +51,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
5151
naga = { version = "24.0.0", features = ["wgsl-out"] }
5252
wgpu = "24.0.3"
5353
egui = "0.31.1"
54-
clap = { version = "4.5.36", features = ["derive"] }
54+
clap = { version = "4.5.37", features = ["derive"] }
5555
cpal = "0.15.3"
5656
anyhow = "1.0"
5757
slotmap = "1.0.7"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ workspace = true
1313
[dependencies]
1414
linkme = { version = "0.3", optional = true }
1515
byteorder = "1.5"
16-
bitstream-io = "3.1.0"
16+
bitstream-io = "3.2.0"
1717
flate2 = { workspace = true }
1818
fnv = "1.0.7"
1919
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }

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.94"
15+
proc-macro2 = "1.0.95"
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.94"
17+
proc-macro2 = "1.0.95"
1818
quote = "1.0.40"
1919
syn = { version = "2.0.100", features = ["extra-traits", "full"] }

swf/Cargo.toml

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

1414
[dependencies]
1515
bitflags = { workspace = true }
16-
bitstream-io = "3.1.0"
16+
bitstream-io = "3.2.0"
1717
byteorder = "1.5"
1818
encoding_rs = "0.8.35"
1919
num-derive = { workspace = true }

0 commit comments

Comments
 (0)