Skip to content

Commit 7b91cc6

Browse files
dependabot[bot]torokati44
authored andcommitted
build(deps): bump bitstream-io from 3.3.0 to 4.0.0
Bumps [bitstream-io](https://github.com/tuffy/bitstream-io) from 3.3.0 to 4.0.0. - [Changelog](https://github.com/tuffy/bitstream-io/blob/master/CHANGES.md) - [Commits](tuffy/bitstream-io@v3.3.0...v4.0.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6e89d01 commit 7b91cc6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

+2-2
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.3.0"
16+
bitstream-io = "4.0.0"
1717
flate2 = { workspace = true }
1818
fnv = "1.0.7"
1919
gc-arena = { package = "ruffle_gc_arena", path = "../ruffle_gc_arena" }
@@ -40,7 +40,7 @@ encoding_rs = "0.8.35"
4040
rand = { version = "0.8.5", features = ["std", "small_rng"], default-features = false }
4141
serde = { workspace = true }
4242
serde_json = { version = "1.0", features = ["preserve_order"] }
43-
nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", rev = "03660d5f9e1b3ae3d822ac8e9b2743f7c5074cc8", optional = true }
43+
nellymoser-rs = { git = "https://github.com/ruffle-rs/nellymoser", rev = "073eb48d907201f46dea0c8feb4e8d9a1d92208c", optional = true }
4444
regress = "0.10"
4545
flash-lso = { git = "https://github.com/ruffle-rs/rust-flash-lso", rev = "a5e938d9bb1909095f2340c2435867f6aae930b0" }
4646
lzma-rs = {version = "0.3.0", optional = true }

swf/Cargo.toml

+1-1
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.3.0"
16+
bitstream-io = "4.0.0"
1717
byteorder = "1.5"
1818
encoding_rs = "0.8.35"
1919
num-derive = { workspace = true }

0 commit comments

Comments
 (0)