Skip to content

Commit

Permalink
Merge pull request #13 from Cantido/dependabot/cargo/clap-4.5.0
Browse files Browse the repository at this point in the history
Bump clap from 4.4.18 to 4.5.0
  • Loading branch information
Cantido authored Feb 15, 2024
2 parents c2dae79 + 3f5ddeb commit b37f0c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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 @@ -44,7 +44,7 @@ cli = [
[dependencies]
anyhow = "1.0.79"
axum = { version = "0.7.4", optional = true }
clap = { version = "4.4.18", features = ["derive"], optional = true }
clap = { version = "4.5.0", features = ["derive"], optional = true }
env_logger = { version = "0.10.2", optional = true }
graphql_client = "0.13.0"
handlebars = { version = "5.1.1", features = ["dir_source"], optional = true }
Expand Down

0 comments on commit b37f0c1

Please sign in to comment.