Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlooches committed Jul 24, 2024
1 parent c65c478 commit 7a83638
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 @@ -12,17 +12,17 @@ keywords = ["system", "cli", "fetch", "multithreaded", "multithreading"]
categories = ["command-line-utilities"]

[dependencies]
any_terminal_size = { version = "0.1.21" }
any_terminal_size = "0.1.21"
console = "0.15.8"
dirs = "5.0.1"
libmacchina = "7.2.2"
regex = "1.10.4"
libmacchina = "7.3.0"
regex = "1.10.5"
secfmt = "0.1.1"
serde = "1.0.197"
serde_derive = "1.0.197"
serde = "1.0.204"
serde_derive = "1.0.204"
structopt = "0.3.26"
textwrap = "0.16.1"
toml = "0.8.12"
toml = "0.8.15"
user-error = "1.2.8"

[dev-dependencies]
Expand Down

0 comments on commit 7a83638

Please sign in to comment.