From b66e66c6eac0cd456d4bc63ecaeeaef398643ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:02:47 +0000 Subject: [PATCH] chore: bump polyhook from 0.1.5 to 0.1.11 in /core Bumps [polyhook](https://github.com/tupe12334/polyhook) from 0.1.5 to 0.1.11. - [Release notes](https://github.com/tupe12334/polyhook/releases) - [Changelog](https://github.com/polyhook/polyhook/blob/main/CHANGELOG.md) - [Commits](https://github.com/tupe12334/polyhook/compare/v0.1.5...v0.1.11) --- updated-dependencies: - dependency-name: polyhook dependency-version: 0.1.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/Cargo.lock b/core/Cargo.lock index 51fc699..e76fb03 100644 --- a/core/Cargo.lock +++ b/core/Cargo.lock @@ -482,18 +482,18 @@ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" [[package]] name = "polyhook" -version = "0.1.5" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7992cd1ec7daafd6f88faa558e591393ad08aa507e58bf43fafa0254393c7e25" +checksum = "3c8b5c80f125dbd9cef5df7475ab359575f9f0558c64f727560ac14513f6ced3" dependencies = [ "polyhook-core", ] [[package]] name = "polyhook-core" -version = "0.1.5" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c15e60e7e803a175ca6c8876fd21be5f68b660afa0dfa504850271daa1537c30" +checksum = "f21264c1c460c8d7b216ba7a66059a3b14b0814d6089674d2fd4e0ca27bab75c" dependencies = [ "prettyplease", "proc-macro2",