Skip to content

Commit

Permalink
chore: Bump bitstream-io to 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Jun 27, 2024
1 parent 39b79b1 commit 02dfe29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true
[dependencies]
linkme = { version = "0.3", optional = true }
byteorder = "1.5"
bitstream-io = "2.3.0"
bitstream-io = "2.4.2"
flate2 = { workspace = true }
fnv = "1.0.7"
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
Expand Down
2 changes: 1 addition & 1 deletion swf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workspace = true

[dependencies]
bitflags = { workspace = true }
bitstream-io = "2.3.0"
bitstream-io = "2.4.2"
byteorder = "1.5"
encoding_rs = "0.8.34"
num-derive = { workspace = true }
Expand Down

0 comments on commit 02dfe29

Please sign in to comment.