chore(deps): bump rand from 0.8.5 to 0.9.2 in the cargo group across 1 directory#8
Merged
Merged
Conversation
Contributor
|
@dependabot rebase |
Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.2 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-39cecc6af4
branch
from
July 21, 2026 09:25
15432fd to
2f30ad9
Compare
Dependabot bumped the exact `rand = "=0.8.5"` pin in nitrite/Cargo.toml to 0.9.2, ignoring the adjacent comment explaining why it's pinned: rand 0.9's OsRng uses rand_core 0.9, but argon2's password-hash crate requires rand_core 0.6's CryptoRng/CryptoRngCore traits, which OsRng no longer satisfies. This broke the nitrite crate build (6 compile errors in snowflake.rs and security.rs). Reverting just that pin back to 0.8.5 keeps the rand_distr/argon2 chain working while still taking the 0.8 -> 0.9 bump in nitrite-bench, nitrite-spatial, and nitrite-vector, which don't hit this conflict. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
This was referenced Jul 23, 2026
anidotnet
added a commit
that referenced
this pull request
Jul 24, 2026
…ot config (#10) nitrite-bench, nitrite-spatial, and nitrite-vector were bumped to rand 0.9 in PR #8, while nitrite/Cargo.toml stayed pinned at 0.8.5 (rand 0.9's OsRng doesn't satisfy the rand_core 0.6 CryptoRng/CryptoRngCore traits that argon2's password-hash crate needs). Dependabot doesn't know about that constraint and keeps reopening the same broken bump (PR #9). Revert the three crates back to rand 0.8 so the whole workspace uses one rand major version, and add .github/dependabot.yml with an ignore rule so Dependabot stops proposing rand >=0.9. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the cargo group with 1 update in the / directory: rand.
Updates
randfrom 0.8.5 to 0.9.2Changelog
Sourced from rand's changelog.
... (truncated)
Commits
d3dd415Prepare rand_core 0.9.2 (#1605)99fabd2Prepare rand_core 0.9.2c7fe1c4rand: re-exportrand_core(#1604)db2b1e0rand: re-exportrand_coreee1d96frand_core: implement reborrow forUnwrapMut(#1595)e0eb2eerand_core: implement reborrow forUnwrapMut975f602fixup clippy 1.85 warnings775b05bRelaxSizedrequirements for blanket impls (#1593)ec6d5c0Prepare rand_core v0.9.1 (#1591)6a06056rand_core: introduce an UnwrapMut wrapper (#1589)