From de8a308d4464ae360d1ed9378df56ca657ba01e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:42:00 +0000 Subject: [PATCH] Update all --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cdef060..89e08e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,16 +6,16 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = { version = "0.12.2", features = ["stream"] } +reqwest = { version = "0.12.3", features = ["stream"] } serde = "1.0.197" serde_derive = "1.0.197" serde_json = "1.0.115" -async-trait = "0.1.79" -tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] } +async-trait = "0.1.80" +tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] } colored = "2.1.0" self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] } uuid = { version = "1.8.0", features = ["v4"] } -chrono = "0.4.35" +chrono = "0.4.37" clap = "4.5.4" openssh-sftp-client = "0.14.1" openssh = "0.10.3"