chore(deps): bump uuid from 1.12.1 to 1.23.4#1831
Conversation
f3aa640 to
6fecd9b
Compare
There was a problem hiding this comment.
💡 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".
| [[package]] | ||
| name = "uuid" | ||
| version = "1.12.1" | ||
| version = "1.23.4" |
There was a problem hiding this comment.
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 👍 / 👎.
6fecd9b to
168be65
Compare
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>
168be65 to
fbb3592
Compare
Bumps uuid from 1.12.1 to 1.23.4.
Release notes
Sourced from uuid's releases.
... (truncated)
Commits
3296d64Merge pull request #890 from uuid-rs/cargo/v1.23.4cba53d0prepare for 1.23.4 releasee347af4Merge pull request #889 from frostyplanet/maine9bf55cdoc: Fix broken link warnings5351af4doc: Enable feature flag label for docs.rs1e6a966Merge pull request #888 from uuid-rs/KodrAus-patch-1c9619f6fix up name of fuzz script in readme20da78bMerge pull request #887 from uuid-rs/cargo/v1.23.362232caprepare for 1.23.3 release2320c6aMerge pull request #886 from uuid-rs/fix/parser-panics