From 2ec8ba34021a6e803eb4570ce25a995a95f574aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:06:59 +0000 Subject: [PATCH] Update scraper requirement from 0.13.0 to 0.15.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.13.0...v0.15.0) --- updated-dependencies: - dependency-name: scraper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5531e38..1c0bf8a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ keywords = [ [dependencies] futures = "0.3.21" reqwest = "0.11.10" -scraper = "0.13.0" +scraper = "0.15.0" tokio = { version = "1.18.2", features = ["full"] } [profile.release]