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

[deps]: Update Rust crate uuid to v1.13.1 #1164

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2024

This PR contains the following updates:

Package Type Update Change Pending
uuid build-dependencies minor 1.10.0 -> 1.13.1 1.13.2
uuid dependencies minor 1.10.0 -> 1.13.1 1.13.2

Release Notes

uuid-rs/uuid (uuid)

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

v1.11.1

Compare Source

What's Changed
New Contributors

Full Changelog: uuid-rs/uuid@1.11.0...1.11.1

v1.11.0

Compare Source

What's Changed
New Contributors

Full Changelog: uuid-rs/uuid@1.10.0...1.11.0


Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 was generated by Mend Renovate. View the repository job log.

@bitwarden-bot bitwarden-bot changed the title [deps]: Update Rust crate uuid to v1.11.0 [PM-14090] [deps]: Update Rust crate uuid to v1.11.0 Oct 28, 2024
@bitwarden-bot
Copy link

Internal tracking:

Copy link

codecov bot commented Oct 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 10.17%. Comparing base (17dc22f) to head (7ac7341).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1164   +/-   ##
=======================================
  Coverage   10.17%   10.17%           
=======================================
  Files          19       19           
  Lines        1101     1101           
=======================================
  Hits          112      112           
  Misses        989      989           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title [PM-14090] [deps]: Update Rust crate uuid to v1.11.0 [deps]: Update Rust crate uuid to v1.11.0 Oct 28, 2024
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from a7aa479 to 003b930 Compare January 10, 2025 04:16
@renovate renovate bot changed the title [deps]: Update Rust crate uuid to v1.11.0 [deps]: Update Rust crate uuid to v1.11.1 Jan 10, 2025
@renovate renovate bot changed the title [deps]: Update Rust crate uuid to v1.11.1 [deps]: Update Rust crate uuid to v1.12.0 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from 003b930 to 6af6ad3 Compare January 14, 2025 19:57
@renovate renovate bot changed the title [deps]: Update Rust crate uuid to v1.12.0 [deps]: Update Rust crate uuid to v1.12.1 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from 6af6ad3 to df6fd80 Compare January 21, 2025 06:26
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from df6fd80 to a902ffe Compare February 12, 2025 04:40
@renovate renovate bot changed the title [deps]: Update Rust crate uuid to v1.12.1 [deps]: Update Rust crate uuid to v1.13.0 Feb 12, 2025
@renovate renovate bot force-pushed the renovate/uuid-1.x-lockfile branch from a902ffe to 7ac7341 Compare February 12, 2025 08:35
@renovate renovate bot changed the title [deps]: Update Rust crate uuid to v1.13.0 [deps]: Update Rust crate uuid to v1.13.1 Feb 12, 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