Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent a21e531 commit 8f63cbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reqwest = { version = "0.11.24", features = ["stream"] }
reqwest = { version = "0.11.26", features = ["stream"] }
serde = "1.0.196"
serde_derive = "1.0.196"
serde_json = "1.0.113"
serde_json = "1.0.114"
async-trait = "0.1.77"
tokio = { version = "1.36.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.7.0", features = ["v4"] }
chrono = "0.4.33"
clap = "4.5.0"
chrono = "0.4.35"
clap = "4.5.3"
openssh-sftp-client = "0.14.1"
openssh = "0.10.3"
indicatif = "0.17.7"
indicatif = "0.17.8"
regex = "1.10.3"
tempdir = "0.3.7"
futures-util = "0.3.30"

0 comments on commit 8f63cbb

Please sign in to comment.