Skip to content

Fixed duplicate versions of the same crate by aligning the ddsketch-a…#814

Closed
yoshi-taka wants to merge 1 commit intoDataDog:mainfrom
yoshi-taka:fix-duplicate-crates
Closed

Fixed duplicate versions of the same crate by aligning the ddsketch-a…#814
yoshi-taka wants to merge 1 commit intoDataDog:mainfrom
yoshi-taka:fix-duplicate-crates

Conversation

@yoshi-taka
Copy link
Contributor

This PR fixes a dependency mismatch in Cargo.toml.
Previously, ddsketch-agent and datadog-protos were pinned to different revisions, which caused Cargo to pull in multiple versions of the same crate and inflate Cargo.lock.

By aligning the ddsketch-agent revision with datadog-protos, we avoid duplicate versions and simplify the dependency tree.

If the versions were intentionally kept different, feel free to reject this PR.

@yoshi-taka yoshi-taka requested a review from a team as a code owner August 28, 2025 15:22
@lym953
Copy link
Contributor

lym953 commented Sep 2, 2025

Thanks for the fix!

@lym953
Copy link
Contributor

lym953 commented Sep 2, 2025

Will merge after v86 is released.

astuyve added a commit that referenced this pull request Sep 26, 2025
supercedes #814 as it has some merge conflicts
@astuyve
Copy link
Contributor

astuyve commented Sep 26, 2025

Thanks!!!

@astuyve astuyve closed this Sep 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants