Skip to content

chore: bump reqwest 0.12 → 0.13 and inquire 0.6 → 0.9#196

Merged
rubenhensen merged 1 commit into
mainfrom
chore/deps-195
May 19, 2026
Merged

chore: bump reqwest 0.12 → 0.13 and inquire 0.6 → 0.9#196
rubenhensen merged 1 commit into
mainfrom
chore/deps-195

Conversation

@dobby-coder
Copy link
Copy Markdown
Contributor

@dobby-coder dobby-coder Bot commented May 19, 2026

Refs #195.

What

  • pg-cli, pg-pkg: reqwest 0.12 → 0.13. No API changes needed.
  • pg-cli: inquire 0.6 → 0.9. The Select/Text::prompt() calls in decrypt.rs are unaffected.
  • cargo update to refresh transitives.

What's deferred

  • rand 0.8 → 0.10 — blocked upstream. ibe 0.3.0 and ibs 0.4.0 (this org's own crates) still depend on rand_core 0.6, so passing a rand 0.10 RNG into ibe/ibs APIs won't type-check. The bump needs an ibe + ibs release first.

Verification

  • cargo build --workspace
  • cargo test --manifest-path pg-core/Cargo.toml --features test,rust,stream ✅ (matches CI)
  • cargo test -p pg-cli, -p pg-pkg, -p pg-ffi
  • cargo fmt --all -- --check
  • cargo audit — only pre-existing tokio-io 0.1.13 unmaintained warning (transitive via futures-util); not introduced by this PR.

Reviewer quickstart

```
git fetch origin && git checkout chore/deps-195 && cargo build --workspace
```

Refs #195

- pg-cli, pg-pkg: reqwest 0.12 → 0.13 (no API changes needed).
- pg-cli: inquire 0.6 → 0.9 (Select/Text APIs unchanged).
- cargo update to refresh transitives.

rand 0.8 → 0.10 deferred: ibe 0.3.0 and ibs 0.4.0 still depend
on rand_core 0.6, so a workspace rand bump won't type-check
against the ibe/ibs APIs until those crates upgrade.
@dobby-coder dobby-coder Bot requested a review from rubenhensen May 19, 2026 05:00
@rubenhensen rubenhensen merged commit 610e782 into main May 19, 2026
21 checks passed
@rubenhensen rubenhensen deleted the chore/deps-195 branch May 19, 2026 07:21
@github-actions github-actions Bot mentioned this pull request May 18, 2026
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