Skip to content

Commit

Permalink
build(dependencies): Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlooches committed Mar 25, 2024
1 parent 684fbc0 commit a06211a
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 @@ -13,20 +13,20 @@ categories = ["command-line-utilities"]

[dependencies]
any_terminal_size = { version = "0.1.21" }
console = "0.15.7"
console = "0.15.8"
dirs = "5.0.1"
libmacchina = "7.1.0"
regex = "1.9.4"
libmacchina = "7.2.2"
regex = "1.10.4"
secfmt = "0.1.1"
serde = "1.0.188"
serde_derive = "1.0.188"
serde = "1.0.197"
serde_derive = "1.0.197"
structopt = "0.3.26"
textwrap = "0.16.0"
toml = "0.7.6"
textwrap = "0.16.1"
toml = "0.8.12"
user-error = "1.2.8"

[dev-dependencies]
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"

[profile.release]
opt-level = 3
Expand Down

0 comments on commit a06211a

Please sign in to comment.