Skip to content

Commit 78d91e8

Browse files
chore(deps): bump bitstream-io from 2.6.0 to 3.0.0 (#83)
* chore(deps): bump bitstream-io from 2.6.0 to 3.0.0 Bumps [bitstream-io](https://github.com/tuffy/bitstream-io) from 2.6.0 to 3.0.0. - [Commits](tuffy/bitstream-io@v2.6.0...v3.0.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Update MSRV --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: danieleades <[email protected]>
1 parent 801d0fd commit 78d91e8

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
members = [".", "arithmetic-coding-core", "fenwick-model"]
33

44
[workspace.package]
5-
rust-version = "1.79.0"
5+
rust-version = "1.83.0"
66
edition = "2021"
77
license = "MIT"
88
keywords = ["compression", "encoding", "arithmetic-coding", "lossless"]
@@ -31,7 +31,7 @@ rust-version.workspace = true
3131

3232
[dependencies]
3333
arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.4.1" }
34-
bitstream-io = "2.0.0"
34+
bitstream-io = "3.0.0"
3535
thiserror = { workspace = true }
3636

3737
[dev-dependencies]

0 commit comments

Comments
 (0)