From 7ff71b7dcbf49d07c0bae8a56a1af1a64e778941 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 7 Feb 2023 15:24:23 +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 ee6c43f..775b25e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ publish = false [dependencies] reqwest = { version = "0.11" } -tokio = { version = ">=1.13.1", features = ["full"] } +tokio = { version = ">=1.23.1", features = ["full"] } scraper = "0.14" regex = ">=1.5.5" chrono = ">=0.4.23"