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

Update Rust crate uuid to v1.16.0 #73

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 14, 2025

This PR contains the following updates:

Package Type Update Change
uuid dependencies minor 1.12.1 -> 1.16.0

Release Notes

uuid-rs/uuid (uuid)

v1.16.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.15.1...v1.16.0

v1.15.1

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@v1.15.0...v1.15.1

v1.15.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.14.0...v1.15.0

v1.14.0

Compare Source

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.13.2...v1.14.0

v1.13.2

Compare Source

What's Changed

Full Changelog: uuid-rs/uuid@1.13.1...v1.13.2

v1.13.1

Compare Source

What's Changed
New Contributors

Full Changelog: uuid-rs/uuid@1.13.0...1.13.1

v1.13.0

Compare Source

⚠️ Potential Breakage

This release updates our version of getrandom to 0.3 and rand to 0.9. It is a potentially breaking change for the following users:

no-std users who enable the rng feature

uuid still uses getrandom by default on these platforms. Upgrade your version of getrandom and follow its new docs on configuring a custom backend.

wasm32-unknown-unknown users who enable the rng feature without the js feature

Upgrade your version of getrandom and follow its new docs on configuring a backend.

You'll also need to enable the rng-getrandom or rng-rand feature of uuid to force it to use getrandom as its backend:

[dependencies.uuid]
version = "1.13.0"
- features = ["v4"]
+ features = ["v4", "rng-getrandom"]

[dependencies.getrandom]
version = "0.3"

If you're on wasm32-unknown-unknown and using the js feature of uuid you shouldn't see any breakage. We've kept this behavior by vendoring in getrandom's web-based backend when the js feature is enabled.

What's Changed

Full Changelog: uuid-rs/uuid@1.12.1...1.13.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 renovate bot changed the title Update Rust crate uuid to v1.12.0 Update Rust crate uuid to v1.12.1 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from cc7613a to 56fe839 Compare January 21, 2025 04:27
@renovate renovate bot changed the title Update Rust crate uuid to v1.12.1 Update Rust crate uuid to v1.12.1 - autoclosed Jan 29, 2025
@renovate renovate bot closed this Jan 29, 2025
@renovate renovate bot deleted the renovate/uuid-1.x-lockfile branch January 29, 2025 22:33
@renovate renovate bot changed the title Update Rust crate uuid to v1.12.1 - autoclosed Update Rust crate uuid to v1.12.1 Feb 5, 2025
@renovate renovate bot reopened this Feb 5, 2025
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from b3bb2ee to 56fe839 Compare February 5, 2025 04:23
@renovate renovate bot changed the title Update Rust crate uuid to v1.12.1 Update Rust crate uuid to v1.13.0 Feb 5, 2025
@renovate renovate bot changed the title Update Rust crate uuid to v1.13.0 Update Rust crate uuid to v1.13.1 Feb 5, 2025
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from 56fe839 to dcf606c Compare February 5, 2025 09:39
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from dcf606c to a590409 Compare February 18, 2025 01:42
@renovate renovate bot changed the title Update Rust crate uuid to v1.13.1 Update Rust crate uuid to v1.13.2 Feb 18, 2025
@renovate renovate bot changed the title Update Rust crate uuid to v1.13.2 Update Rust crate uuid to v1.14.0 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch 2 times, most recently from d67353a to da93921 Compare February 27, 2025 07:54
@renovate renovate bot changed the title Update Rust crate uuid to v1.14.0 Update Rust crate uuid to v1.15.1 Feb 27, 2025
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from da93921 to 938a007 Compare March 14, 2025 06:26
@renovate renovate bot changed the title Update Rust crate uuid to v1.15.1 Update Rust crate uuid to v1.16.0 Mar 14, 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.

0 participants