Skip to content

deps(cli): move rand to 0.10 and apply the remaining patch bumps - #71

Merged
janfeddersen-wq merged 1 commit into
mainfrom
deps/rand-0.10-and-patches
Sep 7, 2026
Merged

janfeddersen-wq merged 1 commit into
mainfrom
deps/rand-0.10-and-patches

Conversation

@janfeddersen-wq

Copy link
Copy Markdown
Owner

Supersedes #67 and #69, which conflict on the lockfile after #70 and which dependabot will not rebase.

What changed

Verification

Locally: cargo fmt --check clean, cargo clippy --workspace --all-features -D warnings clean, cargo test --workspace --all-features 1690 passed / 0 failed.

🤖 Generated with Claude Code

https://claude.ai/code/session_01LyK5xR9w87CFD4bvuEzPCB

Rebases dependabot #67 and #69 on top of the current main:

- rand 0.8 -> 0.10 in serdes-ai-cli. The 0.10 API dropped thread_rng and
  gen_range; the PKCE helpers now use rand::random_range, as the retries
  crate already does. The only rand 0.8 left in the tree is a transitive
  build dependency of scraper via phf.
- open 5.4.3 and once_cell 1.21.4, the two bumps from #69 that #70 had
  not already applied.

Claude-Session: https://claude.ai/code/session_01LyK5xR9w87CFD4bvuEzPCB
@janfeddersen-wq
janfeddersen-wq merged commit b32baf1 into main Sep 7, 2026
4 checks passed
@janfeddersen-wq
janfeddersen-wq deleted the deps/rand-0.10-and-patches branch September 7, 2026 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant