Skip to content

chore(deps): bump uuid from 1.12.1 to 1.23.4#1831

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/uuid-1.23.4
Open

chore(deps): bump uuid from 1.12.1 to 1.23.4#1831
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/uuid-1.23.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps uuid from 1.12.1 to 1.23.4.

Release notes

Sourced from uuid's releases.

v1.23.4

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

v1.23.3

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3

v1.23.2

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2

v1.23.1

What's Changed

New Contributors

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

v1.23.0

What's Changed

New Contributors

... (truncated)

Commits
  • 3296d64 Merge pull request #890 from uuid-rs/cargo/v1.23.4
  • cba53d0 prepare for 1.23.4 release
  • e347af4 Merge pull request #889 from frostyplanet/main
  • e9bf55c doc: Fix broken link warnings
  • 5351af4 doc: Enable feature flag label for docs.rs
  • 1e6a966 Merge pull request #888 from uuid-rs/KodrAus-patch-1
  • c9619f6 fix up name of fuzz script in readme
  • 20da78b Merge pull request #887 from uuid-rs/cargo/v1.23.3
  • 62232ca prepare for 1.23.3 release
  • 2320c6a Merge pull request #886 from uuid-rs/fix/parser-panics
  • Additional commits viewable in compare view

@dependabot dependabot Bot added domain: deps Anything related to dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jul 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 1, 2026 04:23
@dependabot dependabot Bot added domain: deps Anything related to dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Jul 1, 2026
@dependabot dependabot Bot force-pushed the dependabot/cargo/uuid-1.23.4 branch 3 times, most recently from f3aa640 to 6fecd9b Compare July 1, 2026 14:41

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6fecd9be64

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment thread Cargo.lock
[[package]]
name = "uuid"
version = "1.12.1"
version = "1.23.4"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Keep UUID generation working in Node wasm

Cargo.toml still enables uuid on wasm with only features = ["v4", "v7", "js"], and README's wasm support list does not mark uuid_v4/uuid_v7 unsupported. With this lock bump, those functions no longer use uuid 1.12's getrandom 0.2 js backend, which fell back to Node's crypto.randomFillSync; uuid 1.23's js RNG only calls globalThis.crypto.getRandomValues, so wasm bundles running under Node/CommonJS or other JS hosts without that global now panic at UUID generation. Please either keep a Node-compatible UUID RNG for wasm or document these functions as unsupported in that environment.

Useful? React with 👍 / 👎.

@dependabot dependabot Bot force-pushed the dependabot/cargo/uuid-1.23.4 branch from 6fecd9b to 168be65 Compare July 1, 2026 15:17
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.12.1 to 1.23.4.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.12.1...v1.23.4)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.23.4
  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/uuid-1.23.4 branch from 168be65 to fbb3592 Compare July 1, 2026 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: deps Anything related to dependencies no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants