From a7e727e3b71ccf8984acbe8ccc8aa74074f38883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:06:59 +0000 Subject: [PATCH 1/3] ci(deps): bump cargo-bins/cargo-binstall from 1.19.1 to 1.23.0 Bumps [cargo-bins/cargo-binstall](https://github.com/cargo-bins/cargo-binstall) from 1.19.1 to 1.23.0. - [Release notes](https://github.com/cargo-bins/cargo-binstall/releases) - [Changelog](https://github.com/cargo-bins/cargo-binstall/blob/main/release-plz.toml) - [Commits](https://github.com/cargo-bins/cargo-binstall/compare/v1.19.1...v1.23.0) --- updated-dependencies: - dependency-name: cargo-bins/cargo-binstall dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/coverage.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 335fc56..373ac0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: ${{ runner.os }}-cargo- - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@v1.19.1 + uses: cargo-bins/cargo-binstall@v1.23.0 - name: Install sqlx-cli run: cargo binstall sqlx-cli --locked --force diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e9caca0..b7e9e98 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -48,7 +48,7 @@ jobs: key: ${{ runner.os }}-cargo-coverage-${{ hashFiles('**/Cargo.lock') }} - name: Install cargo-binstall - uses: cargo-bins/cargo-binstall@v1.19.1 + uses: cargo-bins/cargo-binstall@v1.23.0 - name: Install sqlx-cli run: cargo binstall sqlx-cli --locked --force From 92fd3cd479da69f005625c1e0ab659f0212ee872 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:07:06 +0000 Subject: [PATCH 2/3] docs: update CHANGELOG for PR #114 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c928c..c8f0f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- ci(deps): bump cargo-bins/cargo-binstall from 1.19.1 to 1.23.0 ([#114](https://github.com/apalis-dev/apalis-postgres/pull/114)) ## [1.0.0-rc.9] - 2026-09-17 - fix: confine apalis's objects to the `apalis` schema (#86): From 03cb557a14d1f47798feae1e8ef9eb3e475aafb6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:07:09 +0000 Subject: [PATCH 3/3] docs: update CHANGELOG for PR #114