Skip to content

chore(deps): bump md-5 from 0.10.6 to 0.11.0#25303

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/md-5-0.11.0
Open

chore(deps): bump md-5 from 0.10.6 to 0.11.0#25303
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/cargo/md-5-0.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Copy link
Copy Markdown
Contributor

Bumps md-5 from 0.10.6 to 0.11.0.

Commits

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Apr 27, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 27, 2026 15:38
@dependabot dependabot Bot added domain: deps Anything related to Vector's dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Apr 27, 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: d71d1faaed

ℹ️ 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
"lru",
"maxminddb",
"md-5",
"md-5 0.11.0",

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 lockfile aligned with md-5 version constraint

Cargo.lock now pins Vector’s direct dependency to md-5 0.11.0, but Cargo.toml still constrains that dependency to version = "0.10" (Cargo.toml:408). This makes the lockfile inconsistent with the manifest, so workflows that use --locked (or any lockfile consistency check) will fail until the lock is regenerated or the manifest constraint is updated to match.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/cargo/md-5-0.11.0 branch 5 times, most recently from 13dda2d to 5cd8254 Compare May 2, 2026 21:28

@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: 5cd825452f

ℹ️ 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
"lru",
"maxminddb",
"md-5",
"md-5 0.11.0",

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 md-5 lock entry within manifest constraint

The workspace lockfile now selects md-5 0.11.0 for vector, but the manifest still constrains that direct dependency to version = "0.10" (Cargo.toml:409). This makes Cargo.lock inconsistent with Cargo.toml, so any cargo invocation using --locked (common in CI/release workflows) will fail because dependency resolution would require rewriting the lockfile.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/cargo/md-5-0.11.0 branch 4 times, most recently from 2924a6a to f71d0e0 Compare May 7, 2026 17:49

@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: f71d0e09ee

ℹ️ 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 Outdated
Comment on lines +5461 to +5464
name = "hybrid-array"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Regenerate the license inventory for hybrid-array

This lockfile update introduces the new transitive crate hybrid-array, but LICENSE-3rdparty.csv still has no hybrid-array entry (rg '^hybrid-array,' LICENSE-3rdparty.csv returns none). The repo's PR template requires running make build-licenses for Cargo.lock changes, and cargo vdev check licenses/dd-rust-license-tool check compares the lockfile against that inventory, so the license check will fail and packaged license data will be incomplete until the generated license file is committed.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/cargo/md-5-0.11.0 branch 6 times, most recently from 6c3ef19 to 642adf3 Compare May 13, 2026 17:59
@dependabot dependabot Bot force-pushed the dependabot/cargo/md-5-0.11.0 branch 5 times, most recently from 8419d7e to 9b4a57f Compare May 20, 2026 15:52

@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: 9b4a57f7ec

ℹ️ 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
"lru",
"maxminddb",
"md-5",
"md-5 0.11.0",

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 Pin md-5 in lockfile to a 0.10.x release

The lockfile now resolves vector to md-5 0.11.0, but Cargo.toml still constrains md-5 to version = "0.10" (line 415 in this commit). Because 0.11.0 is outside that range, Cargo will need to rewrite the lockfile (or fail under --locked) on reproducible/CI builds, so this dependency bump is internally inconsistent as committed.

Useful? React with 👍 / 👎.

Comment thread Cargo.lock
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"

[[package]]
name = "hybrid-array"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Regenerate third-party license inventory for new crate

This lockfile change introduces hybrid-array, but the committed license inventory is not updated to include it (LICENSE-3rdparty.csv has no hybrid-array row). In this repo, make check-licenses runs dd-rust-license-tool check (vdev/src/commands/check/licenses.rs:12), and the PR template explicitly requires regenerating licenses after Cargo.lock changes (.github/PULL_REQUEST_TEMPLATE.md:53-54), so CI/license validation can fail until the inventory is regenerated and committed.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/cargo/md-5-0.11.0 branch from 9b4a57f to 75aad82 Compare May 26, 2026 21:22
@dependabot dependabot Bot force-pushed the dependabot/cargo/md-5-0.11.0 branch from 75aad82 to 0b7776c Compare May 27, 2026 14:38
Bumps [md-5](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.11.0.
- [Commits](RustCrypto/hashes@md-5-v0.10.6...md2-v0.11.0)

---
updated-dependencies:
- dependency-name: md-5
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/md-5-0.11.0 branch from 0b7776c to 9552166 Compare May 27, 2026 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to Vector's 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