Skip to content

Commit

Permalink
Merge pull request #615 from axodotdev/dependabot/cargo/clap-4.4.10
Browse files Browse the repository at this point in the history
chore(deps): bump clap from 4.4.8 to 4.4.10
  • Loading branch information
mistydemeo authored Nov 28, 2023
2 parents e41996c + 6497681 commit ab9faaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.

2 changes: 1 addition & 1 deletion cargo-dist/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cli = ["clap", "axocli", "serde_json", "console", "clap-cargo"]

[dependencies]
# Features only used by the cli
clap = { version = "4.4.8", optional = true, features = ["derive"] }
clap = { version = "4.4.10", optional = true, features = ["derive"] }
serde_json = { version = "1.0.85", optional = true }
console = { version = "0.15.1", optional = true }
clap-cargo = { version = "0.13.0", optional = true }
Expand Down

0 comments on commit ab9faaf

Please sign in to comment.