diff --git a/Cargo.toml b/Cargo.toml index 3274f93..4eeb497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,18 +6,18 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -reqwest = "0.11.18" -serde = "1.0.183" -serde_derive = "1.0.183" -serde_json = "1.0.104" +reqwest = "0.11.19" +serde = "1.0.185" +serde_derive = "1.0.185" +serde_json = "1.0.105" async-trait = "0.1.73" -tokio = { version = "1.31.0", features = ["rt-multi-thread", "macros"] } +tokio = { version = "1.32.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.21" +clap = "4.3.23" openssh-sftp-client = "0.13.10" -openssh = "0.9.9" +openssh = "0.10.0" indicatif = "0.17.6" regex = "1.9.3"