From 5eae0e9683f4e0c3f79c12fafa1ec1cefbe85a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:16:20 +0000 Subject: [PATCH] Update all --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 11bf425..1530da8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,11 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.12.0", features = ["stream"] } +reqwest = { version = "0.12.2", features = ["stream"] } serde = "1.0.197" serde_derive = "1.0.197" serde_json = "1.0.114" -async-trait = "0.1.78" +async-trait = "0.1.79" tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] } colored = "2.1.0" self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] } @@ -20,6 +20,6 @@ clap = "4.5.3" openssh-sftp-client = "0.14.1" openssh = "0.10.3" indicatif = "0.17.8" -regex = "1.10.3" +regex = "1.10.4" tempdir = "0.3.7" futures-util = "0.3.30"