Skip to content

chore(deps): bump uuid from 1.22.0 to 1.23.0 in /crates#2887

Merged
michaeldwan merged 1 commit intomainfrom
dependabot/cargo/crates/uuid-1.23.0
Apr 7, 2026
Merged

chore(deps): bump uuid from 1.22.0 to 1.23.0 in /crates#2887
michaeldwan merged 1 commit intomainfrom
dependabot/cargo/crates/uuid-1.23.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2026

Bumps uuid from 1.22.0 to 1.23.0.

Release notes

Sourced from uuid's releases.

v1.23.0

What's Changed

New Contributors

Special thanks

@​meng-xu-cs raised a series of bugs against the timestamp logic in uuid using automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a better uuid library for everyone. Thanks!

Deprecations

This release includes the following deprecations:

  • Context: Renamed to ContextV1
  • Timestamp::from_gregorian: Renamed to Timestamp::from_gregorian_time

Change to Version::Max

Version::Max's u8 representation has changed from 0xff to 0x0f to match the value returned by Uuid::get_version_num.

Change to Uuid::get_version for the max UUID

Uuid::get_version will only return Some(Version::Max) if the UUID is actually the max UUID (all bytes are 0xff). Previously it would return Some if only the version field was 0x0f. This change matches the behaviour of the nil UUID, which only returns Some(Version::Nil) if the UUID is the nil UUID (all bytes are 0x00).

Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0

Commits
  • 00ab922 Merge pull request #876 from uuid-rs/cargo/v1.23.0
  • 726ba45 prepare for 1.23.0 release
  • 996dade Merge pull request #875 from uuid-rs/fix/context-ordering
  • e140479 simplify a use stmt
  • 8ed9142 reorganize and document more v7 context internals
  • e09a322 use LazyLock to synchronize v1/v6 context initialization
  • 0f260cc Merge pull request #874 from uuid-rs/chore/impl-cleanups
  • 1419e91 clean up and refactor main lib tests
  • ceeaf4b ensure we don't overflow on counters less than 12
  • 63bc8f5 Merge pull request #873 from uuid-rs/fix/error-msg
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 28, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 28, 2026 18:42
markphelps
markphelps previously approved these changes Mar 30, 2026
@markphelps markphelps added this pull request to the merge queue Mar 30, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 30, 2026
@michaeldwan
Copy link
Copy Markdown
Member

/bonk review this

@ask-bonk
Copy link
Copy Markdown

ask-bonk bot commented Mar 30, 2026

Based on my review, this PR is safe to merge.

Analysis

uuid usage in the codebase:

  • Only basic features are used: Uuid::new_v4() and Uuid::parse_str()
  • Features enabled: v4 and serde
  • Used for generating unique SlotIds and temporary file names

Breaking changes in 1.23.0 that do NOT affect this codebase:

  • ContextContextV1 deprecation (not used)
  • Timestamp::from_gregorianTimestamp::from_gregorian_time deprecation (not used)
  • Version::Max representation change (not used)
  • Uuid::get_version behavior change for max UUID (not used)

Changes in this PR:

  • Updates Cargo.lock with the new version (1.22.0 → 1.23.0) and checksum
  • No code changes required

The codebase only uses standard UUID v4 generation and parsing, which are unchanged in this release. This is a straightforward dependency update with no impact on existing functionality.

github run

@dependabot dependabot bot force-pushed the dependabot/cargo/crates/uuid-1.23.0 branch from 1f80b5f to cc9c3d8 Compare April 1, 2026 17:05
@michaeldwan
Copy link
Copy Markdown
Member

@dependabot recreate

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.22.0 to 1.23.0.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.22.0...v1.23.0)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/crates/uuid-1.23.0 branch from cc9c3d8 to a9976d2 Compare April 7, 2026 16:22
@michaeldwan michaeldwan enabled auto-merge April 7, 2026 21:06
@michaeldwan michaeldwan added this pull request to the merge queue Apr 7, 2026
Merged via the queue into main with commit 1476a52 Apr 7, 2026
35 checks passed
@michaeldwan michaeldwan deleted the dependabot/cargo/crates/uuid-1.23.0 branch April 7, 2026 21:14
markphelps added a commit that referenced this pull request Apr 8, 2026
…icate/cog into mphelps/push-phase-progress

* 'mphelps/push-phase-progress' of https://github.com/replicate/cog: (95 commits)
  feat: add metric name validation (#2911)
  Rename `cog run` to `cog exec` (#2916)
  chore(deps): bump github.com/google/go-containerregistry (#2884)
  fix: replace removed libgl1-mesa-glx in tensorflow integration test (#2914)
  ci: enforce stub freshness in CI, fix existing stub drift (#2912)
  feat: add schema-compare command to test harness (#2891)
  chore(deps): bump uuid from 1.22.0 to 1.23.0 in /crates (#2887)
  chore(deps): bump github.com/hashicorp/go-version from 1.7.0 to 1.9.0 (#2909)
  chore(deps): bump insta from 1.46.3 to 1.47.2 in /crates (#2908)
  fix: support list[X] | None inputs + integration tests for PEP 604 union File/Path coercion (#2882)
  ci: exclude Dependabot PRs from auto-code review (#2910)
  chore(deps): bump actions/checkout from 4 to 6 (#2904)
  chore(deps): bump github.com/testcontainers/testcontainers-go/modules/registry (#2886)
  fix: metrics bugs in coglet prediction server (#2896)
  Bump version to 0.17.2 (#2903)
  fix(coglet): propagate metric scope to async event loop thread (#2902)
  chore: remove unnecessary nolint directive in test (#2803)
  feat(coglet): add Sentry error reporting for infrastructure errors (#2865)
  fix: homebrew cask postflight xattr references wrong binary name (#2899)
  fix: include custom metrics in cog predict --json output (#2897)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants