Skip to content

Commit

Permalink
Merge pull request #1 from jtsagata/dependabot/cargo/clap-4.5.7
Browse files Browse the repository at this point in the history
Bump clap from 4.5.6 to 4.5.7
  • Loading branch information
jtsagata authored Jun 12, 2024
2 parents b153ee6 + 2d50327 commit 1b09375
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ name = "places"
path = "src/main.rs"

[dependencies]
clap = { version = "4.5.6", features = ["derive", "cargo"] }
clap = { version = "4.5.7", features = ["derive", "cargo"] }
directories = "5.0.1"

[build-dependencies]
clap = { version = "4.5.6", features = ["derive", "cargo"] }
clap = { version = "4.5.7", features = ["derive", "cargo"] }
clap_mangen = "0.2.21"
clap_complete = "4.5.5"

Expand Down

0 comments on commit 1b09375

Please sign in to comment.