-
Notifications
You must be signed in to change notification settings - Fork 5
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 1.13.1 #34
Open
oxide-renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/uuid-1.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.8.0
Update Rust crate uuid to 1.9.0
Jun 24, 2024
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
from
June 24, 2024 04:38
af45861
to
88ede3c
Compare
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.9.0
Update Rust crate uuid to 1.9.1
Jun 25, 2024
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
from
June 25, 2024 03:09
88ede3c
to
22dfc6f
Compare
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.9.1
Update Rust crate uuid to 1.10.0
Jul 9, 2024
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
from
July 9, 2024 03:11
22dfc6f
to
fc81403
Compare
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.10.0
Update Rust crate uuid to 1.10.0 - autoclosed
Jul 25, 2024
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.10.0 - autoclosed
Update Rust crate uuid to 1.10.0
Jul 25, 2024
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.10.0
Update Rust crate uuid to 1.11.0
Oct 16, 2024
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
from
October 16, 2024 05:30
fc81403
to
b62122c
Compare
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.11.0
Update Rust crate uuid to 1.11.1
Jan 10, 2025
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
from
January 10, 2025 04:14
b62122c
to
ea747d1
Compare
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.11.1
Update Rust crate uuid to 1.12.0
Jan 14, 2025
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
2 times, most recently
from
January 15, 2025 04:13
f0ab8cf
to
9d966ce
Compare
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.12.0
Update Rust crate uuid to 1.12.1
Jan 21, 2025
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
from
January 21, 2025 04:15
9d966ce
to
55d03e1
Compare
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
from
February 5, 2025 04:20
55d03e1
to
11515cc
Compare
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.12.1
Update Rust crate uuid to 1.13.0
Feb 5, 2025
oxide-renovate
bot
changed the title
Update Rust crate uuid to 1.13.0
Update Rust crate uuid to 1.13.1
Feb 5, 2025
oxide-renovate
bot
force-pushed
the
renovate/uuid-1.x
branch
from
February 5, 2025 06:08
11515cc
to
bc7d442
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.7.0
->1.13.1
Release Notes
uuid-rs/uuid (uuid)
v1.13.1
Compare Source
What's Changed
wasm32
withatomics
by @bushrat011899 in https://github.com/uuid-rs/uuid/pull/797New Contributors
Full Changelog: uuid-rs/uuid@1.13.0...1.13.1
v1.13.0
Compare Source
This release updates our version of
getrandom
to0.3
andrand
to0.9
. It is a potentially breaking change for the following users:no-std users who enable the
rng
featureuuid
still usesgetrandom
by default on these platforms. Upgrade your version ofgetrandom
and follow its new docs on configuring a custom backend.wasm32-unknown-unknown
users who enable therng
feature without thejs
featureUpgrade your version of
getrandom
and follow its new docs on configuring a backend.You'll also need to enable the
rng-getrandom
orrng-rand
feature ofuuid
to force it to usegetrandom
as its backend:If you're on
wasm32-unknown-unknown
and using thejs
feature ofuuid
you shouldn't see any breakage. We've kept this behavior by vendoring ingetrandom
's web-based backend when thejs
feature is enabled.What's Changed
getrandom
to0.3
andrand
to0.9
by @KodrAus in https://github.com/uuid-rs/uuid/pull/793getrandom
onwasm32-unknown-unknown
without JavaScript by @KodrAus in https://github.com/uuid-rs/uuid/pull/794Full 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
Configuration
📅 Schedule: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles.
🚦 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.
This PR has been generated by Renovate Bot.