From 8e2022e2e441bb1ee5eaef326f482935742bf093 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 7 Feb 2023 15:31:21 +0100 Subject: [PATCH] update deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afec429..daacdcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" clap = { version = "4.0.17", features = ["derive"] } reqwest = { version = "0.11" } tokio = { version = ">=1.23.1", features = ["full"] } -scraper = "0.13" +scraper = "0.14"