Skip to content

Commit

Permalink
Merge pull request #600 from paritytech/dependabot/cargo/clap-4.4.10
Browse files Browse the repository at this point in the history
Bump clap from 4.4.8 to 4.4.10
  • Loading branch information
AndreiEres authored Dec 4, 2023
2 parents e3f4e25 + 5450943 commit 33ebe5b
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.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repository = "https://github.com/paritytech/polkadot-introspector"
async-channel = "1.9.0"
async-trait = "0.1.74"
bincode = "1.3.3"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
parity-scale-codec = { version = "3.6.5", default-features = false, features = ["derive", "full", "bit-vec"] }
color-eyre = "0.6.2"
colored = "2.0.4"
Expand Down

0 comments on commit 33ebe5b

Please sign in to comment.