Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent bad447a commit 6b4330e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ 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.4", features = ["stream"] }
serde = "1.0.198"
serde_derive = "1.0.198"
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-sftp-client = "0.14.3"
openssh = "0.10.3"
indicatif = "0.17.8"
regex = "1.10.4"
Expand Down

0 comments on commit 6b4330e

Please sign in to comment.