Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Feb 14, 2024
1 parent 26645a2 commit 5216f3e
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 @@ -10,14 +10,14 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.79"
directories-next = "2.0.0"
clap = { version = "4.4.8", features = ["derive", "env"] }
chrono = "0.4.31"
clap = { version = "4.5.0", features = ["derive", "env"] }
chrono = "0.4.34"

[build-dependencies]
clap = { version = "4.4.8", features = ["derive", "env"] }
clap_complete = "4.4.4"
clap = { version = "4.5.0", features = ["derive", "env"] }
clap_complete = "4.5.0"

[dev-dependencies]
assert_cmd = "2.0.12"
assert_cmd = "2.0.13"

0 comments on commit 5216f3e

Please sign in to comment.