Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent ae3437c commit 3097d8a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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 = "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"

0 comments on commit 3097d8a

Please sign in to comment.