From 5fd50fda8380a8f7209dcfb97eb238acecb3bebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 03:04:37 +0000 Subject: [PATCH] build(deps): update scraper requirement in /pyo3-ffi-check Updates the requirements on [scraper](https://github.com/rust-scraper/scraper) to permit the latest version. - [Release notes](https://github.com/rust-scraper/scraper/releases) - [Commits](https://github.com/rust-scraper/scraper/compare/v0.26.0...v0.27.0) --- updated-dependencies: - dependency-name: scraper dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyo3-ffi-check/macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyo3-ffi-check/macro/Cargo.toml b/pyo3-ffi-check/macro/Cargo.toml index f51b8e2df4f..65f760a91ab 100644 --- a/pyo3-ffi-check/macro/Cargo.toml +++ b/pyo3-ffi-check/macro/Cargo.toml @@ -11,6 +11,6 @@ proc-macro = true glob = "0.3" quote = "1" proc-macro2 = "1.0.60" -scraper = "0.26" +scraper = "0.27" pyo3-build-config = { path = "../../pyo3-build-config" } regex = "1.12.3"