Skip to content

Commit aafdd8b

Browse files
authored
fix(deps): update rust crate uuid to 1.20.0 (#426)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [uuid](https://redirect.github.com/uuid-rs/uuid) | dependencies | minor | `1.19.0` → `1.20.0` | --- ### Release Notes <details> <summary>uuid-rs/uuid (uuid)</summary> ### [`v1.20.0`](https://redirect.github.com/uuid-rs/uuid/releases/tag/v1.20.0) [Compare Source](https://redirect.github.com/uuid-rs/uuid/compare/v1.19.0...v1.20.0) #### What's Changed - Derive Ord and PartialOrd for NonNilUuid by [@&#8203;mivort](https://redirect.github.com/mivort) in [#&#8203;854](https://redirect.github.com/uuid-rs/uuid/pull/854) - Implement Deserialize on adapter types by [@&#8203;KodrAus](https://redirect.github.com/KodrAus) in [#&#8203;855](https://redirect.github.com/uuid-rs/uuid/pull/855) - Deprecate `macro-diagnostics` by [@&#8203;KodrAus](https://redirect.github.com/KodrAus) in [#&#8203;856](https://redirect.github.com/uuid-rs/uuid/pull/856) - Prepare for 1.20.0 release by [@&#8203;KodrAus](https://redirect.github.com/KodrAus) in [#&#8203;857](https://redirect.github.com/uuid-rs/uuid/pull/857) #### New Contributors - [@&#8203;mivort](https://redirect.github.com/mivort) made their first contribution in [#&#8203;854](https://redirect.github.com/uuid-rs/uuid/pull/854) **Full Changelog**: <uuid-rs/uuid@v1.19.0...v1.20.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 05:59 AM, on day 24 of the month ( * 0-5 24 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/jerus-org/nextsv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45Mi4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
2 parents 23595af + 560ef38 commit aafdd8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ publish = false
88

99
[dependencies]
1010
git2 = "0.20.3"
11-
uuid = { version = "1.19.0", features = ["v4"] }
11+
uuid = { version = "1.20.0", features = ["v4"] }
1212
copy_dir = "0.1.3"
1313
chrono = "0.4.43"

0 commit comments

Comments
 (0)