diff --git a/Cargo.toml b/Cargo.toml index ef0c118..1ff5356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,19 +6,19 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = "0.11.22" +reqwest = "0.11.23" serde = "1.0.193" serde_derive = "1.0.193" serde_json = "1.0.108" -async-trait = "0.1.74" -tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] } -colored = "2.0.4" +async-trait = "0.1.75" +tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] } +colored = "2.1.0" self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] } uuid = { version = "1.6.1", features = ["v4"] } chrono = "0.4.31" -clap = "4.4.10" +clap = "4.4.12" openssh-sftp-client = "0.14.1" -openssh = "0.10.1" +openssh = "0.10.2" indicatif = "0.17.7" regex = "1.10.2" tempdir = "0.3.7"