Skip to content

Commit 6cc55b4

Browse files
authored
Update Rust crate newtype-uuid to 1.3.2 (#2744)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [newtype-uuid](https://redirect.github.com/oxidecomputer/newtype-uuid) | workspace.dependencies | patch | `1.3.1` -> `1.3.2` | --- ### Release Notes <details> <summary>oxidecomputer/newtype-uuid (newtype-uuid)</summary> ### [`v1.3.2`](https://redirect.github.com/oxidecomputer/newtype-uuid/blob/HEAD/CHANGELOG.md#132---2025-11-06) [Compare Source](https://redirect.github.com/oxidecomputer/newtype-uuid/compare/newtype-uuid-1.3.1...newtype-uuid-1.3.2) ##### Added - `as_fields`, `to_fields_le`, `as_u128`, `to_u128_le`, `as_u64_pair`, `as_bytes`, `into_bytes`, `to_bytes_le`, `is_nil`, and `is_max` methods to mirror corresponding methods on upstream `Uuid`. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent 6eea69c commit 6cc55b4

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ miette = "7.6.0"
8686
mukti-metadata = "0.3.0"
8787
# note: we don't use owo-colors' if_supports_color support for now, instead preferring to use our
8888
# own supports-color + stylesheets everywhere.
89-
newtype-uuid = { version = "1.3.1", features = ["v4"] }
89+
newtype-uuid = { version = "1.3.2", features = ["v4"] }
9090
nextest-filtering = { version = "0.17.0", path = "nextest-filtering" }
9191
nextest-metadata = { version = "0.12.3", path = "nextest-metadata" }
9292
nextest-workspace-hack = "0.1.0"

0 commit comments

Comments
 (0)