Scheduled dependency-update routine flagged outdated direct dependencies across the workspace crates.
Direct outdated (cargo outdated --root-deps-only)
pg-core
rand 0.8.6 → 0.10.1 (major)
pg-cli
inquire 0.6.2 → 0.9.4 (major)
rand 0.8.6 → 0.10.1 (major)
reqwest 0.12.28 → 0.13.3 (major)
pg-pkg
rand 0.8.6 → 0.10.1 (major)
reqwest 0.12.28 → 0.13.3 (major)
pg-ffi
rand 0.8.6 → 0.10.1 (major)
pg-wasm
- (no direct-dep updates surfaced)
All updates are majors — review API changes carefully (rand 0.9 reshuffled traits; reqwest 0.13 changed default TLS/HTTP feature flags; inquire 0.9 reworked validator/auto-complete APIs).
No security advisories captured in this quick scan. Please run cargo audit on each crate as part of the PR.
Instructions
- Bump direct deps; expect API churn — keep each major bump in its own commit so reverts are easy.
cargo update on the lockfile to refresh transitives at the same time.
- Build all crates:
cargo build --workspace and (if applicable) cargo build --target wasm32-unknown-unknown -p pg-wasm.
cargo test --workspace, cargo clippy --workspace --all-targets -- -D warnings, cargo fmt --check.
cargo audit and address anything flagged.
- Open a draft PR; flip to ready once CI is green. Assign reviewer
@rubenhensen.
release-plz.toml is present — chore PR, not release PR.
Scheduled dependency-update routine flagged outdated direct dependencies across the workspace crates.
Direct outdated (
cargo outdated --root-deps-only)pg-core
rand0.8.6 → 0.10.1 (major)pg-cli
inquire0.6.2 → 0.9.4 (major)rand0.8.6 → 0.10.1 (major)reqwest0.12.28 → 0.13.3 (major)pg-pkg
rand0.8.6 → 0.10.1 (major)reqwest0.12.28 → 0.13.3 (major)pg-ffi
rand0.8.6 → 0.10.1 (major)pg-wasm
All updates are majors — review API changes carefully (rand 0.9 reshuffled traits; reqwest 0.13 changed default TLS/HTTP feature flags; inquire 0.9 reworked validator/auto-complete APIs).
No security advisories captured in this quick scan. Please run
cargo auditon each crate as part of the PR.Instructions
cargo updateon the lockfile to refresh transitives at the same time.cargo build --workspaceand (if applicable)cargo build --target wasm32-unknown-unknown -p pg-wasm.cargo test --workspace,cargo clippy --workspace --all-targets -- -D warnings,cargo fmt --check.cargo auditand address anything flagged.@rubenhensen.release-plz.tomlis present — chore PR, not release PR.