Skip to content

Commit

Permalink
Merge pull request #139 from samgozman/dependabot/cargo/main/clap-4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samgozman authored Mar 26, 2024
2 parents 8e4b6e8 + d9e68c1 commit 8653118
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
30 changes: 18 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ lto = true
strip = true

[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
clap = { version = "4.5.3", features = ["derive"] }
anyhow = "1.0.79"
paste = "1.0.14"
tokio = { version = "1.36.0", features = ["test-util", "macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 8653118

Please sign in to comment.