Skip to content

chore(deps): bump ofb from 0.6.1 to 0.7.1#1841

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ofb-0.7.1
Closed

chore(deps): bump ofb from 0.6.1 to 0.7.1#1841
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/ofb-0.7.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps ofb from 0.6.1 to 0.7.1.

Commits

Dependabot compatibility score

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 commands and options

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 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)

Bumps [ofb](https://github.com/RustCrypto/block-modes) from 0.6.1 to 0.7.1.
- [Commits](RustCrypto/block-modes@ofb-v0.6.1...ofb-v0.7.1)

---
updated-dependencies:
- dependency-name: ofb
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added domain: deps Anything related to dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jul 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 1, 2026 14:21
@dependabot dependabot Bot added domain: deps Anything related to dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jul 1, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4fe1d7f8f0

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.lock
checksum = "5f9e502b30c14fb1fecc196f9543975522c4380e4b0e8dcf4bf42e1d76375173"
dependencies = [
"cipher",
"cipher 0.5.2",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep OFB on the same cipher stack as AES

This lockfile update moves ofb onto cipher 0.5, while the rest of the AES stack remains on cipher 0.4 (aes 0.8.4 still depends on cipher 0.4.4, and src/stdlib/{encrypt,decrypt}.rs instantiate Ofb::<aes::Aes{128,192,256}> through aes::cipher::KeyIvInit). Because the default feature set includes enable_crypto_functions/dep:ofb, a normal build now mixes incompatible cipher trait versions for the AES-OFB paths, so those encrypt/decrypt functions stop type-checking unless AES and the call sites are upgraded together or ofb stays on 0.6.x.

Useful? React with 👍 / 👎.

Comment thread Cargo.lock
[[package]]
name = "ofb"
version = "0.6.1"
version = "0.7.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Match the ofb lockfile version to Cargo.toml

This records ofb 0.7.1 in Cargo.lock, but the manifest still declares ofb = { version = "0.6", optional = true } in Cargo.toml:287; Cargo treats that as ^0.6 (>=0.6.0, <0.7.0), so the check-lockfile workflow in .github/workflows/test.yml (cargo update --workspace --locked) will reject the lockfile as out of sync rather than preserving this bump. Either update the manifest requirement along with compatible code changes or keep the lockfile on 0.6.x.

Useful? React with 👍 / 👎.

@dependabot @github

dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor Author

Looks like ofb is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 1, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/ofb-0.7.1 branch July 1, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants