From 3f2cdb23be06cdec602adaa3c6842aad554a82d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:12:43 +0000 Subject: [PATCH] Bump pin-project from 1.1.11 to 1.1.12 Bumps [pin-project](https://github.com/taiki-e/pin-project) from 1.1.11 to 1.1.12. - [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.11...v1.1.12) --- updated-dependencies: - dependency-name: pin-project dependency-version: 1.1.12 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 5721e25..c6c5a66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,18 +444,18 @@ checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d" [[package]] name = "pin-project" -version = "1.1.11" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" +checksum = "cbf0d9e68100b3a7989b4901972f265cd542e560a3a8a724e1e20322f4d06ce9" dependencies = [ "pin-project-internal", ] [[package]] name = "pin-project-internal" -version = "1.1.11" +version = "1.1.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" +checksum = "a990e22f43e84855daf260dded30524ef4a9021cc7541c26540500a50b624389" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a409ced..de590e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ mqttrs = { version = "0.4.1", default-features = false } heapless = "0.7.17" embedded-io = "0.7.1" hex = { version = "0.4.3", default-features = false } -pin-project = "1.1.11" +pin-project = "1.1.12" [dev-dependencies] futures-executor = { version = "0.3.32", features = ["thread-pool"] }