Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2024
1 parent 98c561a commit 6b3b8c8
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 @@ -9,16 +9,16 @@ edition = "2021"
reqwest = "0.11.23"
serde = "1.0.193"
serde_derive = "1.0.193"
serde_json = "1.0.108"
async-trait = "0.1.75"
serde_json = "1.0.111"
async-trait = "0.1.77"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] }
colored = "2.1.0"
self_update = { version = "0.39.0", features = ["archive-zip", "compression-zip-deflate"] }
uuid = { version = "1.6.1", features = ["v4"] }
uuid = { version = "1.7.0", features = ["v4"] }
chrono = "0.4.31"
clap = "4.4.12"
clap = "4.4.18"
openssh-sftp-client = "0.14.1"
openssh = "0.10.2"
openssh = "0.10.3"
indicatif = "0.17.7"
regex = "1.10.2"
regex = "1.10.3"
tempdir = "0.3.7"

0 comments on commit 6b3b8c8

Please sign in to comment.