Skip to content

fix(deps): update rust crate uuid to v1.13.2 #122

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

Closed
wants to merge 1 commit into from

Conversation

xentra-bot[bot]
Copy link
Contributor

@xentra-bot xentra-bot bot commented Jun 24, 2024

This PR contains the following updates:

Package Type Update Change OpenSSF
uuid dependencies minor 1.11.1 -> 1.13.2 OpenSSF Scorecard

Release Notes

uuid-rs/uuid (uuid)

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

v1.12.1

Compare Source

What's Changed
New Contributors

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

v1.12.0

Compare Source

⚠️ Possible Breakage

This release includes additional PartialEq implementations on Uuid, which can break inference in some cases.

What's Changed
New Contributors

Full Changelog: uuid-rs/uuid@1.11.1...1.12.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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@xentra-bot xentra-bot bot requested review from xunholy and maheshrayas as code owners June 24, 2024 05:03
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from c5a9c43 to 6722897 Compare June 24, 2024 23:03
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.9.0 fix(deps): update rust crate uuid to v1.9.1 Jun 24, 2024
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from 6722897 to 662c25e Compare July 9, 2024 01:58
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.9.1 fix(deps): update rust crate uuid to v1.10.0 Jul 9, 2024
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from 662c25e to a4c24b2 Compare August 19, 2024 11:03
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.10.0 fix(deps): update rust crate uuid to v1.11.0 Oct 16, 2024
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from a4c24b2 to 28c833e Compare October 16, 2024 06:03
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from 28c833e to e8d65cd Compare December 17, 2024 08:07
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.11.0 fix(deps): update rust crate uuid to v1.11.0 - autoclosed Jan 10, 2025
@xentra-bot xentra-bot bot closed this Jan 10, 2025
@xentra-bot xentra-bot bot deleted the renovate/uuid-1.x-lockfile branch January 10, 2025 00:37
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.11.0 - autoclosed fix(deps): update rust crate uuid to v1.11.0 Jan 10, 2025
@xentra-bot xentra-bot bot reopened this Jan 10, 2025
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from f76f764 to e8d65cd Compare January 10, 2025 03:17
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.11.0 fix(deps): update rust crate uuid to v1.11.1 Jan 10, 2025
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from e8d65cd to 94ff445 Compare January 10, 2025 04:02
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.11.1 fix(deps): update rust crate uuid to v1.11.1 - autoclosed Jan 12, 2025
@xentra-bot xentra-bot bot closed this Jan 12, 2025
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.11.1 - autoclosed fix(deps): update rust crate uuid to v1.11.1 Jan 14, 2025
@xentra-bot xentra-bot bot reopened this Jan 14, 2025
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from b29a7c2 to 94ff445 Compare January 14, 2025 12:14
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.11.1 fix(deps): update rust crate uuid to v1.12.0 Jan 14, 2025
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch 2 times, most recently from d134031 to b380491 Compare January 21, 2025 03:11
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.12.0 fix(deps): update rust crate uuid to v1.12.1 Jan 21, 2025
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.12.1 fix(deps): update rust crate uuid to v1.13.0 Feb 5, 2025
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch 2 times, most recently from 86a86ad to 8c6534c Compare February 5, 2025 06:03
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.13.0 fix(deps): update rust crate uuid to v1.13.1 Feb 5, 2025
@xentra-bot xentra-bot bot force-pushed the renovate/uuid-1.x-lockfile branch from 8c6534c to c62a2fb Compare February 18, 2025 00:36
@xentra-bot xentra-bot bot changed the title fix(deps): update rust crate uuid to v1.13.1 fix(deps): update rust crate uuid to v1.13.2 Feb 18, 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.

1 participant