From 9424d8126d6cfb70c6c8246d1a13473eb69989d4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 7 Feb 2023 15:31:01 +0100 Subject: [PATCH] RUSTSEC-2023-0001 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e4c363e..afec429 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] clap = { version = "4.0.17", features = ["derive"] } reqwest = { version = "0.11" } -tokio = { version = ">=1.13.1", features = ["full"] } +tokio = { version = ">=1.23.1", features = ["full"] } scraper = "0.13"