diff --git a/Cargo.toml b/Cargo.toml index cdef060..44d588e 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"] } +serde_json = "1.0.116" +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.38" clap = "4.5.4" openssh-sftp-client = "0.14.1" openssh = "0.10.3"