Skip to content

Commit e2bc3e8

Browse files
committed
chore: Bump bitstream-io to 2.4.2
1 parent 4df6079 commit e2bc3e8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

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 = "2.3.0"
16+
bitstream-io = "2.4.2"
1717
flate2 = { workspace = true }
1818
fnv = "1.0.7"
1919
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }

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 = "2.3.0"
16+
bitstream-io = "2.4.2"
1717
byteorder = "1.5"
1818
encoding_rs = "0.8.34"
1919
num-derive = { workspace = true }

0 commit comments

Comments
 (0)