deps(deps): bump nanoid from 0.4.0 to 0.5.0 - #2657
Conversation
There was a problem hiding this comment.
Summary
Dependency bump is consistent and low-risk in this diff: Cargo.toml and Cargo.lock both move nanoid from 0.4.0 to 0.5.0, with lockfile checksum and transitive rand linkage updated accordingly. No application code, API surface, auth/permissions, money movement, or migration logic changed here.
No concrete blocking issues found in the provided changes.
🧾 cargo-vet automated audit summary
CI did not commit anything. Review the patch locally and create the final signed commit yourself.
|
84a21bb to
df3c551
Compare
🧾 cargo-vet automated audit summary
CI did not commit anything. Review the patch locally and create the final signed commit yourself.
|
df3c551 to
c9a2770
Compare
🧾 cargo-vet automated audit summary
CI did not commit anything. Review the patch locally and create the final signed commit yourself.
|
Bumps [nanoid](https://github.com/mrdimidium/nanoid) from 0.4.0 to 0.5.0. - [Changelog](https://github.com/mrdimidium/nanoid/blob/main/CHANGELOG.md) - [Commits](mrdimidium/nanoid@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: nanoid dependency-version: 0.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
c9a2770 to
8d671e1
Compare
🧾 cargo-vet automated audit summary
CI did not commit anything. Review the patch locally and create the final signed commit yourself.
|
Bumps nanoid from 0.4.0 to 0.5.0.
Changelog
Sourced from nanoid's changelog.
Commits
359c02dchore: 0.5.0 releasef0ad07f#39: Add hex alphabets7f961f2Merge pull request #35 from tmccombs/fast-impl91a79fcUpdate fast impl for actual format signatureed800e9feat: Use specialized implementation for alphabets with size 2^nfef0b2eMerge pull request #41 from sidarth164/sid/fnmut61e0606docs: update README and added an example2004ff9feat: support passing mutable functions as random generators3d405c5Fix ci for prs7011b10Fixup readme, delete old example