From 6a77fd63577c9773f69692faf3f5c00d9dd36134 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 08:40:59 +0000 Subject: [PATCH] deps(deps): bump pin-project from 1.1.12 to 1.1.13 Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.12 to 1.1.13. - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/pin-project/compare/v1.1.12...v1.1.13) --- updated-dependencies: - dependency-name: pin-project dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b93b455..f267f81 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1389,18 +1389,18 @@ dependencies = [ [[package]] name = "pin-project" -version = "1.1.12" +version = "1.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbf0d9e68100b3a7989b4901972f265cd542e560a3a8a724e1e20322f4d06ce9" +checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.12" +version = "1.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a990e22f43e84855daf260dded30524ef4a9021cc7541c26540500a50b624389" +checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d145cfb..4428851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ apalis-core = { version = "1.0.0-rc.9", default-features = false, features = [ apalis-sql = { version = "1.0.0-rc.9", default-features = false } apalis-codec = { version = "0.1.0-rc.9", features = ["json"] } serde = { version = "1", features = ["derive"], default-features = false } -pin-project = "1.1.10" +pin-project = "1.1.13" serde_json = "1" futures = "0.3.30" thiserror = "2"