-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): update rust crate uuid to v1.19.0 #83
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/uuid-1.x-lockfile
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.
Conversation
This file contains hidden or 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
1c18e46 to
f095a93
Compare
73e02b9 to
271baa5
Compare
271baa5 to
3b62aa7
Compare
3b62aa7 to
b371329
Compare
b371329 to
dfef8e0
Compare
a3f18fe to
39970d5
Compare
39970d5 to
3c6bdf0
Compare
3c6bdf0 to
583f02b
Compare
583f02b to
b59d5f6
Compare
Contributor
Author
|
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.9.1->1.19.0Release Notes
uuid-rs/uuid (uuid)
v1.19.0Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.18.1...v1.19.0
v1.18.1Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.18.0...v1.18.1
v1.18.0Compare Source
What's Changed
Timestampandstd::time::SystemTimeby @dcormier in #835New Contributors
Full Changelog: uuid-rs/uuid@v1.17.0...v1.18.0
v1.17.0Compare Source
What's Changed
wasm32v1-noneSupport by @bushrat011899 in #828New Contributors
Full Changelog: uuid-rs/uuid@v1.16.0...v1.17.0
v1.16.0Compare Source
What's Changed
Uuid::new_v8const by @tguichaoua in #815New Contributors
Full Changelog: uuid-rs/uuid@v1.15.1...v1.16.0
v1.15.1Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@v1.15.0...v1.15.1
v1.15.0Compare Source
What's Changed
Debugimplementation for NonNilUUid by @rick-de-water in #808New Contributors
Full Changelog: uuid-rs/uuid@v1.14.0...v1.15.0
v1.14.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@v1.13.2...v1.14.0
v1.13.2Compare Source
What's Changed
Full Changelog: uuid-rs/uuid@1.13.1...v1.13.2
v1.13.1Compare Source
What's Changed
wasm32withatomicsby @bushrat011899 in #797New Contributors
Full Changelog: uuid-rs/uuid@1.13.0...1.13.1
v1.13.0Compare Source
This release updates our version of
getrandomto0.3andrandto0.9. It is a potentially breaking change for the following users:no-std users who enable the
rngfeatureuuidstill usesgetrandomby default on these platforms. Upgrade your version ofgetrandomand follow its new docs on configuring a custom backend.wasm32-unknown-unknownusers who enable therngfeature without thejsfeatureUpgrade your version of
getrandomand follow its new docs on configuring a backend.You'll also need to enable the
rng-getrandomorrng-randfeature ofuuidto force it to usegetrandomas its backend:If you're on
wasm32-unknown-unknownand using thejsfeature ofuuidyou shouldn't see any breakage. We've kept this behavior by vendoring ingetrandom's web-based backend when thejsfeature is enabled.What's Changed
getrandomto0.3andrandto0.9by @KodrAus in #793getrandomonwasm32-unknown-unknownwithout JavaScript by @KodrAus in #794Full Changelog: uuid-rs/uuid@1.12.1...1.13.0
v1.12.1Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.12.0...1.12.1
v1.12.0Compare Source
This release includes additional
PartialEqimplementations onUuid, which can break inference in some cases.What's Changed
NonZeroUuidtype for optimizedOption<Uuid>representation by @ab22593k in #779NonNilUuidby @KodrAus in #783New Contributors
Full Changelog: uuid-rs/uuid@1.11.1...1.12.0
v1.11.1Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.11.0...1.11.1
v1.11.0Compare Source
What's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.10.0...1.11.0
v1.10.0Compare Source
Deprecations
This release deprecates and renames the following functions:
Builder::from_rfc4122_timestamp->Builder::from_gregorian_timestampBuilder::from_sorted_rfc4122_timestamp->Builder::from_sorted_gregorian_timestampTimestamp::from_rfc4122->Timestamp::from_gregorianTimestamp::to_rfc4122->Timestamp::to_gregorianWhat's Changed
New Contributors
Full Changelog: uuid-rs/uuid@1.9.1...1.10.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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.