FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): update rust crate md4 to 0.11.0 by renovate[bot] · Pull Request #13914 · web-infra-dev/rspack · GitHub

chore(deps): update rust crate md4 to 0.11.0 - #13914

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/md4-0.x
Closed

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/md4-0.x

Conversation

renovate Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
md4 workspace.dependencies minor 0.10.2 → 0.11.0

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

RustCrypto/hashes (md4)

v0.11.0

Compare Source


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 8am on saturday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

renovate Bot added the dependencies Pull requests that update a dependency file label May 4, 2026

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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c8ba20bad1

ℹ️ 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.toml
json-escape-simd = { version = "3.0.2", default-features = false }
lightningcss = { version = "1.0.0-alpha.71", default-features = false, features = ["serde"] }
md4 = { version = "0.10.2", default-features = false }
md4 = { version = "0.11.0", default-features = false }

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Align digest major versions before bumping md4

Updating md4 to 0.11.0 pulls in digest 0.11, but sha2 remains on 0.10.9 (digest 0.10), so crates/rspack_hash/src/lib.rs now imports md4::Digest from a different major trait than sha2::Sha256 implements. In this state, the Sha256::new/update/finalize calls in RspackHash cannot resolve against the in-scope trait, breaking Rust builds that include rspack_hash.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Member

Closing this for now because updating md4 alone introduces a second digest major version while sha2 and the SWC sha1 dependency chain still use digest 0.10. We should revisit this once the related dependencies can be upgraded together without duplicating indirect dependencies.

chenjiahan closed this May 5, 2026
chenjiahan deleted the renovate/md4-0.x branch May 5, 2026 10:05

renovate Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (0.11.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL