diff --git a/Cargo.toml b/Cargo.toml index 51775b6..3de4254 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.30.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"