WalletConnect / notify-server

notify.walletconnect.com
https://docs.walletconnect.com/web3inbox/about
MIT License
20 stars 6 forks source link

fix(deps): update rust crate uuid to 1.8.0 #485

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
uuid dependencies minor 1.3.1 -> 1.8.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

uuid-rs/uuid (uuid) ### [`v1.8.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.8.0) [Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.7.0...1.8.0) #### ⚠️ Potential Breakage ⚠️ A new `impl AsRef for Uuid` bound has been added, which can break inference on code like: ```rust let b = uuid.as_ref(); ``` You can fix these by explicitly typing the result of the conversion: ```rust let b: &[u8] = uuid.as_ref(); ``` or by calling `as_bytes` instead: ```rust let b = uuid.as_bytes(); ``` #### What's Changed - docs: fix small spelling mistake by [@​bengsparks](https://togithub.com/bengsparks) in [https://github.com/uuid-rs/uuid/pull/737](https://togithub.com/uuid-rs/uuid/pull/737) - serde serialize_with support by [@​dakaizou](https://togithub.com/dakaizou) in [https://github.com/uuid-rs/uuid/pull/735](https://togithub.com/uuid-rs/uuid/pull/735) - Fix up CI builds by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/744](https://togithub.com/uuid-rs/uuid/pull/744) - Only add `wasm-bindgen` as a dependency on `wasm32-unknown-unknown` by [@​emilk](https://togithub.com/emilk) in [https://github.com/uuid-rs/uuid/pull/738](https://togithub.com/uuid-rs/uuid/pull/738) - impl AsRef for Uuid by [@​koshell](https://togithub.com/koshell) in [https://github.com/uuid-rs/uuid/pull/743](https://togithub.com/uuid-rs/uuid/pull/743) - Add v6 to v8 draft link to README by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/746](https://togithub.com/uuid-rs/uuid/pull/746) - Add a workflow for running cargo outdated by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/745](https://togithub.com/uuid-rs/uuid/pull/745) - Prepare for 1.8.0 release by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/747](https://togithub.com/uuid-rs/uuid/pull/747) #### New Contributors - [@​bengsparks](https://togithub.com/bengsparks) made their first contribution in [https://github.com/uuid-rs/uuid/pull/737](https://togithub.com/uuid-rs/uuid/pull/737) - [@​dakaizou](https://togithub.com/dakaizou) made their first contribution in [https://github.com/uuid-rs/uuid/pull/735](https://togithub.com/uuid-rs/uuid/pull/735) - [@​emilk](https://togithub.com/emilk) made their first contribution in [https://github.com/uuid-rs/uuid/pull/738](https://togithub.com/uuid-rs/uuid/pull/738) - [@​koshell](https://togithub.com/koshell) made their first contribution in [https://github.com/uuid-rs/uuid/pull/743](https://togithub.com/uuid-rs/uuid/pull/743) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.7.0...1.8.0 ### [`v1.7.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.7.0) [Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.6.1...1.7.0) #### What's Changed - Add missing test for invalid parse_str by [@​CXWorks](https://togithub.com/CXWorks) in [https://github.com/uuid-rs/uuid/pull/723](https://togithub.com/uuid-rs/uuid/pull/723) - Upgrade borsh unstable dependency to v1.0 and make it stable by [@​bgeron](https://togithub.com/bgeron) in [https://github.com/uuid-rs/uuid/pull/724](https://togithub.com/uuid-rs/uuid/pull/724) - Reduce the package size of uuid by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/726](https://togithub.com/uuid-rs/uuid/pull/726) - Make use of newer Cargo features for specifying dependencies by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/727](https://togithub.com/uuid-rs/uuid/pull/727) - Prepare for 1.7.0 release by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/728](https://togithub.com/uuid-rs/uuid/pull/728) #### New Contributors - [@​CXWorks](https://togithub.com/CXWorks) made their first contribution in [https://github.com/uuid-rs/uuid/pull/723](https://togithub.com/uuid-rs/uuid/pull/723) - [@​bgeron](https://togithub.com/bgeron) made their first contribution in [https://github.com/uuid-rs/uuid/pull/724](https://togithub.com/uuid-rs/uuid/pull/724) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.6.1...1.7.0 ### [`v1.6.1`](https://togithub.com/uuid-rs/uuid/releases/tag/1.6.1) [Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.6.0...1.6.1) #### What's Changed - Fix uuid macro in consts by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/721](https://togithub.com/uuid-rs/uuid/pull/721) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.6.0...1.6.1 ### [`v1.6.0`](https://togithub.com/uuid-rs/uuid/releases/tag/1.6.0) [Compare Source](https://togithub.com/uuid-rs/uuid/compare/1.5.0...1.6.0) #### What's Changed - doc: fix links in v6 module by [@​metalalive](https://togithub.com/metalalive) in [https://github.com/uuid-rs/uuid/pull/714](https://togithub.com/uuid-rs/uuid/pull/714) - Stabilize UUIDv6-v8 support by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/718](https://togithub.com/uuid-rs/uuid/pull/718) - Prepare for 1.6.0 release by [@​KodrAus](https://togithub.com/KodrAus) in [https://github.com/uuid-rs/uuid/pull/719](https://togithub.com/uuid-rs/uuid/pull/719) #### New Contributors - [@​metalalive](https://togithub.com/metalalive) made their first contribution in [https://github.com/uuid-rs/uuid/pull/714](https://togithub.com/uuid-rs/uuid/pull/714) **Full Changelog**: https://github.com/uuid-rs/uuid/compare/1.5.0...1.6.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 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 Mend Renovate. View repository job log here.