From 2b1ec60cf53f4fb9bec6004eb5d246076db9915e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 19:05:35 +0000 Subject: [PATCH] Update all --- Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 51775b6..3274f93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,17 +7,17 @@ edition = "2021" [dependencies] reqwest = "0.11.18" -serde = "1.0.178" -serde_derive = "1.0.178" +serde = "1.0.183" +serde_derive = "1.0.183" serde_json = "1.0.104" -async-trait = "0.1.72" -tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] } +async-trait = "0.1.73" +tokio = { version = "1.31.0", features = ["rt-multi-thread", "macros"] } colored = "2.0.4" self_update = { version = "0.37.0", features = ["archive-zip", "compression-zip-deflate"] } uuid = { version = "1.4.1", features = ["v4"] } chrono = "0.4.26" -clap = "4.3.19" -openssh-sftp-client = "0.13.6" +clap = "4.3.21" +openssh-sftp-client = "0.13.10" openssh = "0.9.9" -indicatif = "0.17.5" -regex = "1.9.1" +indicatif = "0.17.6" +regex = "1.9.3"