From ce3ec34337b8acac41410ea39264aab7423d5801 Mon Sep 17 00:00:00 2001 From: Forgejo Actions Date: Thu, 27 Jun 2024 05:52:36 +0200 Subject: [PATCH] chore(deps): update rust crate tokio to 1.20.4 [security] (#4) Reviewed-on: https://code.thetadev.de/ThetaDev/rustypipe/pulls/4 Co-authored-by: Forgejo Actions Co-committed-by: Forgejo Actions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4203e8e..9e5b2fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ fancy-regex = "0.13.0" thiserror = "1.0.36" url = "2.2.2" 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 = [