Skip to content

chore(deps): fix evmap version in Cargo.toml to match #24754#24817

Open
mushrowan wants to merge 2 commits intovectordotdev:masterfrom
mushrowan:fix/evmap-version-mismatch
Open

chore(deps): fix evmap version in Cargo.toml to match #24754#24817
mushrowan wants to merge 2 commits intovectordotdev:masterfrom
mushrowan:fix/evmap-version-mismatch

Conversation

@mushrowan
Copy link
Contributor

Summary

#24754 bumped evmap to 11.0.0 in Cargo.lock but not Cargo.toml, so
cargo resolves back to 10.0.2 on next lockfile regeneration

Vector configuration

n/a

How did you test this PR?

cargo metadata resolves evmap to 11.0.0 after the change

Change Type

  • Bug fix
  • New feature
  • Dependencies
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes
  • No. A maintainer will apply the no-changelog label to this PR.

References

Notes



dependabot bumped the lockfile to 11.0.0 but left Cargo.toml pinned
at 10.0.2. since semver 10.0.2 means >=10.0.2 <11.0.0, cargo resolves
back to 10.0.2 on next lockfile regeneration, undoing the bump
@mushrowan mushrowan requested a review from a team as a code owner March 1, 2026 11:42
@mushrowan
Copy link
Contributor Author

(this might be the result of a dependabot misconfig - someone may want to take a look at how this happened in the first place)

Copy link
Member

@pront pront left a comment

Choose a reason for hiding this comment

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

Thanks

@pront pront 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 Mar 2, 2026
@pront pront enabled auto-merge March 2, 2026 15:19
@pront
Copy link
Member

pront commented Mar 2, 2026

FYI the project won't compile as is, needs code changes.

@mushrowan
Copy link
Contributor Author

huh wacky. wonder how it got bumped in the first place. I'll make the code changes today

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.

2 participants