From a445e51b54a9afc44cd9657260a0b3d2abddbfa6 Mon Sep 17 00:00:00 2001 From: ThetaBot Date: Sun, 18 Aug 2024 13:41:33 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.20.4 [security] (#10) Reviewed-on: https://codeberg.org/ThetaDev/rustypipe/pulls/10 Co-authored-by: ThetaBot Co-committed-by: ThetaBot --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5d4d6f..aa85b5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ fancy-regex = "0.13.0" thiserror = "1.0.0" url = "2.2.0" reqwest = { version = "0.12.0", default-features = false } -tokio = "1.20.0" +tokio = "1.20.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.82" serde_with = { version = "3.0.0", default-features = false, features = [