apollographql / apollo-rs

Spec compliant GraphQL Tools in Rust.
Apache License 2.0
566 stars 45 forks source link

fix(deps): update rust crate uuid to 1.5 #714

Closed svc-secops closed 11 months ago

svc-secops commented 11 months ago

This PR contains the following updates:

Package Type Update Change
uuid dependencies minor 1.4 -> 1.5

Release Notes

uuid-rs/uuid (uuid) ### [`v1.5.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.5.0) [Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.4.1...1.5.0) #### What's Changed - Add impl From for String under the std feature flag by [@​brahms116](https://togithub.com/brahms116) in [https://github.com/uuid-rs/uuid/pull/700](https://togithub.com/uuid-rs/uuid/pull/700) - Remove dead link to templates by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/704](https://togithub.com/uuid-rs/uuid/pull/704) - make ClockSequence wrap correctly by [@​fef1312](https://togithub.com/fef1312) in [https://github.com/uuid-rs/uuid/pull/705](https://togithub.com/uuid-rs/uuid/pull/705) - Track MSRV in Cargo.toml by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/706](https://togithub.com/uuid-rs/uuid/pull/706) - Support converting between Uuid and vec by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/703](https://togithub.com/uuid-rs/uuid/pull/703) - Replace MIPS with Miri and add clippy to CI by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/712](https://togithub.com/uuid-rs/uuid/pull/712) - Added `bytemuck` support by [@​John-Toohey](https://togithub.com/John-Toohey) in [https://github.com/uuid-rs/uuid/pull/711](https://togithub.com/uuid-rs/uuid/pull/711) - Prepare for 1.5.0 release by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/713](https://togithub.com/uuid-rs/uuid/pull/713) #### New Contributors - [@​brahms116](https://togithub.com/brahms116) made their first contribution in [https://github.com/uuid-rs/uuid/pull/700](https://togithub.com/uuid-rs/uuid/pull/700) - [@​fef1312](https://togithub.com/fef1312) made their first contribution in [https://github.com/uuid-rs/uuid/pull/705](https://togithub.com/uuid-rs/uuid/pull/705) - [@​John-Toohey](https://togithub.com/John-Toohey) made their first contribution in [https://github.com/uuid-rs/uuid/pull/711](https://togithub.com/uuid-rs/uuid/pull/711) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.4.1...1.5.0

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "after 8am and before 4pm on tuesday" in timezone Etc/UTC.

🚦 Automerge: Enabled.

â™» 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.