Update Rust crate uuid to v1.19.0
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| uuid | dependencies | minor |
1.15.1 → 1.19.0
|
Release Notes
uuid-rs/uuid (uuid)
v1.19.0
What's Changed
- Switch serde dependency to serde_core by @paolobarbolini in #843
- Upgrade to 2021 edition and fix most clippy warnings by @paolobarbolini in #848
- Prepare for 1.19.0 release by @KodrAus in #849
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.18.1...v1.19.0
v1.18.1
What's Changed
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.18.0...v1.18.1
v1.18.0
What's Changed
- Fix up mismatched_lifetime_syntaxes lint by @KodrAus in #837
- Conversions between
Timestampandstd::time::SystemTimeby @dcormier in #835 - Wrap the error type used in time conversions by @KodrAus in #838
- Prepare for 1.18.0 release by @KodrAus in #839
New Contributors
- @dcormier made their first contribution in #835
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0
v1.17.0
What's Changed
- Added convenience implementation TryFrom for std by @Nahuel-M in #819
- Update OSX builds to arm by @KodrAus in #825
- Replace derive(Hash) with manual impl in Uuid by @diopoex in #824
- Add
wasm32v1-noneSupport by @bushrat011899 in #828 - Prepare for 1.17.0 release by @KodrAus in #829
New Contributors
- @Nahuel-M made their first contribution in #819
- @diopoex made their first contribution in #824
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.16.0...v1.17.0
v1.16.0
What's Changed
- Mark
Uuid::new_v8const by @tguichaoua in #815 - Prepare for 1.16.0 release by @KodrAus in #817
New Contributors
- @tguichaoua made their first contribution in #815
Full Changelog: https://github.com/uuid-rs/uuid/compare/v1.15.1...v1.16.0
Configuration
- If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.