From b29b89917971c9d39599f8265eb74df36e01116d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:30:54 +0000 Subject: [PATCH] Update scraper requirement from 0.17.1 to 0.18.0 Updates the requirements on [scraper](https://github.com/causal-agent/scraper) to permit the latest version. - [Release notes](https://github.com/causal-agent/scraper/releases) - [Commits](https://github.com/causal-agent/scraper/compare/v0.17.1...v0.18.0) --- updated-dependencies: - dependency-name: scraper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- yew-octicons/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yew-octicons/Cargo.toml b/yew-octicons/Cargo.toml index ca4f141..e8657f6 100644 --- a/yew-octicons/Cargo.toml +++ b/yew-octicons/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" [build-dependencies] heck = "0.4.1" -scraper = "0.17.1" +scraper = "0.18.0" quote = "1.0.23" proc-macro2 = "1.0.51"