Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relax the version pin for the uuid crate #5492

Merged
merged 2 commits into from
Aug 21, 2018
Merged

Conversation

baumanj
Copy link
Contributor

@baumanj baumanj commented Aug 21, 2018

This removes the pinning in the Cargo.toml files, but the changes to the Cargo.lock don't concern uuid as it was already moved past 0.6.0 with
cf3cc54. Some of our dependencies are also locked to other versions of uuid, but that is outside our control and doesn't seem to cause any problems.

See #5467

No internal changes; just the `cargo update` finding new external work.

Signed-off-by: Jon Bauman <5906042+baumanj@users.noreply.github.com>
Previous `cargo update`s have moved Cargo.lock's uuid references past 0.6.0,
so there's no change to Cargo.lock. This just removes the restrictions from
the various Cargo.tomls.

Signed-off-by: Jon Bauman <5906042+baumanj@users.noreply.github.com>
@thesentinels
Copy link
Contributor

Thanks for the pull request! Here is what will happen next:

  1. Your PR will be reviewed by the maintainers
  2. If everything looks good, one of them will approve it, and your PR will be merged.

Thank you for contributing!

@baumanj baumanj mentioned this pull request Aug 21, 2018
7 tasks
Copy link
Contributor

@christophermaier christophermaier left a comment

Choose a reason for hiding this comment

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

tenor-182640480

@baumanj baumanj merged commit 56846c9 into master Aug 21, 2018
@baumanj baumanj deleted the relax-uuid-version-pin/5467 branch August 21, 2018 17:28
@christophermaier christophermaier added Type:BugFixes PRs that fix an existing bug and removed X-fix labels Jul 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type:BugFixes PRs that fix an existing bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants