Skip to content

chore: update dependencies #195

@dobby-coder

Description

@dobby-coder

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dependenciesPull requests that update a dependency file

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions