Skip to content

Commit eb0afd3

Browse files
build(deps): bump bitstream-io from 4.6.0 to 4.9.0 (#208)
Bumps [bitstream-io](https://github.com/tuffy/bitstream-io) from 4.6.0 to 4.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tuffy/bitstream-io/blob/master/CHANGES.md">bitstream-io's changelog</a>.</em></p> <blockquote> <h1>4.9.0</h1> <ul> <li>Further extend VBR integer support</li> </ul> <h1>4.8.0</h1> <ul> <li>Add io::Seek support to ByteReader</li> </ul> <h1>4.7.0</h1> <ul> <li>Add support for LLVM-style variable bit rate integers</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tuffy/bitstream-io/commit/63e05b218f27217b0d83384efa6d4e12e419c953"><code>63e05b2</code></a> Bump version to 4.9.0</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/ed9b3cf8b2ae7caabbe167ff53b0648ceabe2788"><code>ed9b3cf</code></a> Pull VBR integer method delegation out into its own VBRInteger trait</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/2d822004512aee579bfc7fc7153f765538dbc0eb"><code>2d82200</code></a> Update change log</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/471153070ca1fc098f1de934cae5a9c936f95454"><code>4711530</code></a> Merge pull request <a href="https://redirect.github.com/tuffy/bitstream-io/issues/34">#34</a> from njames93/extend-vbr-support</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/dfc3e7f9a8ba7d776e5b5d4607e0a341341a6216"><code>dfc3e7f</code></a> Bump version to 4.8.0</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/53f9c54e730224c64bc774ba20af357a1293bb2b"><code>53f9c54</code></a> Update change log</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/8040d6d5bd174d44a788b4c9e4a6b898def949b3"><code>8040d6d</code></a> Extend support for VBR</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/8f4784ad0c42534ce054f52e5742937ac6208b8d"><code>8f4784a</code></a> Merge pull request <a href="https://redirect.github.com/tuffy/bitstream-io/issues/33">#33</a> from njames93/seek-bytereader</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/eb3857dd9a22b5392af65e270d4f81980fb9c3e0"><code>eb3857d</code></a> Bump version to 4.7.0</li> <li><a href="https://github.com/tuffy/bitstream-io/commit/5c70b8fbe2af5e82a824d16bf42983dd56be67de"><code>5c70b8f</code></a> Update change log</li> <li>Additional commits viewable in <a href="https://github.com/tuffy/bitstream-io/compare/v4.6.0...v4.9.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bitstream-io&package-manager=cargo&previous-version=4.6.0&new-version=4.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52e2425 commit eb0afd3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.

crates/stegano-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ image = { version = "0.25", default-features = false, features = [
2727
"png",
2828
"jpeg",
2929
] }
30-
bitstream-io = { version = "4.6" }
30+
bitstream-io = { version = "4.9" }
3131
zip = { version = "5.1", default-features = false, features = ["deflate"] }
3232
byteorder = "1.5"
3333
hound = "3.5"

0 commit comments

Comments
 (0)