Update Rust crate uuid to ^1.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
uuid | dependencies | minor |
^1.0 -> ^1.3
|
Release Notes
uuid-rs/uuid
v1.3.0
What's Changed
- Fix error message. by @basbossink-ds in https://github.com/uuid-rs/uuid/pull/656
- implement Arbitrary::size_hint by @Ekleog in https://github.com/uuid-rs/uuid/pull/657
- Always use hyphenated format regardless of flags by @KodrAus in https://github.com/uuid-rs/uuid/pull/658
- Update windows-sys requirement from 0.42.0 to 0.45.0 by @dependabot in https://github.com/uuid-rs/uuid/pull/654
- Prepare for 1.3.0 release by @KodrAus in https://github.com/uuid-rs/uuid/pull/659
New Contributors
- @basbossink-ds made their first contribution in https://github.com/uuid-rs/uuid/pull/656
- @Ekleog made their first contribution in https://github.com/uuid-rs/uuid/pull/657
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.2.2...1.3.0
v1.2.2
What's Changed
- CI Cleanups by @KodrAus in https://github.com/uuid-rs/uuid/pull/640
- Remove extern crate alloc by @KodrAus in https://github.com/uuid-rs/uuid/pull/645
- Prepare for 1.2.2 release by @KodrAus in https://github.com/uuid-rs/uuid/pull/646
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2
v1.2.1
What's Changed
- Fix up lost re-export of v1 Timestamp by @KodrAus in https://github.com/uuid-rs/uuid/pull/636
- Prepare for 1.2.1 release by @KodrAus in https://github.com/uuid-rs/uuid/pull/637
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1
v1.2.0
What's Changed
- formatting changes by @pintariching in https://github.com/uuid-rs/uuid/pull/610
- Remove outdated Travis CI reference by @atouchet in https://github.com/uuid-rs/uuid/pull/616
- refactors Timestamp, Context and ClockSequence, and adds UUIDS v6, v7, v8 by @rrichardson in https://github.com/uuid-rs/uuid/pull/611
- migrate from winapi to windows_sys in examples by @sn99 in https://github.com/uuid-rs/uuid/pull/626
- Update windows-sys requirement from 0.36.1 to 0.42.0 by @dependabot in https://github.com/uuid-rs/uuid/pull/628
- Some work on the new version features by @KodrAus in https://github.com/uuid-rs/uuid/pull/625
- Implement now in wasm by @KodrAus in https://github.com/uuid-rs/uuid/pull/630
- More work on docs by @KodrAus in https://github.com/uuid-rs/uuid/pull/631
- hide draft versions behind the unstable cfg by @KodrAus in https://github.com/uuid-rs/uuid/pull/633
- Prepare for 1.2.0 release by @KodrAus in https://github.com/uuid-rs/uuid/pull/634
New Contributors
- @pintariching made their first contribution in https://github.com/uuid-rs/uuid/pull/610
- @atouchet made their first contribution in https://github.com/uuid-rs/uuid/pull/616
- @sn99 made their first contribution in https://github.com/uuid-rs/uuid/pull/626
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0
v1.1.2
What's Changed
- Fix some doc links by @mbrobbel in https://github.com/uuid-rs/uuid/pull/606
- Prepare for 1.1.2 release by @KodrAus in https://github.com/uuid-rs/uuid/pull/607
New Contributors
- @mbrobbel made their first contribution in https://github.com/uuid-rs/uuid/pull/606
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.1.1...1.1.2
v1.1.1
What's Changed
- Fix documentation typo by @nstinus in https://github.com/uuid-rs/uuid/pull/603
- Prepare for 1.1.1 release by @KodrAus in https://github.com/uuid-rs/uuid/pull/604
New Contributors
- @nstinus made their first contribution in https://github.com/uuid-rs/uuid/pull/603
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.1.0...1.1.1
v1.1.0
What's Changed
- note that the Error display impl is public API by @KodrAus in https://github.com/uuid-rs/uuid/pull/597
- Fixed documentation link by @Razican in https://github.com/uuid-rs/uuid/pull/600
- Add to_bytes_le method by @dfaust in https://github.com/uuid-rs/uuid/pull/599
- Prepare for 1.1.0 release by @KodrAus in https://github.com/uuid-rs/uuid/pull/602
New Contributors
- @Razican made their first contribution in https://github.com/uuid-rs/uuid/pull/600
- @dfaust made their first contribution in https://github.com/uuid-rs/uuid/pull/599
Full Changelog: https://github.com/uuid-rs/uuid/compare/1.0.0...1.1.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.