Skip to content

Commit

Permalink
Merge pull request #55 from andrew121410/renovate/all
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 authored Aug 12, 2023
2 parents 12964e2 + 2b1ec60 commit ae3437c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.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"

0 comments on commit ae3437c

Please sign in to comment.