Skip to content

Commit

Permalink
Merge pull request #532 from paritytech/dependabot/cargo/clap-4.4.2
Browse files Browse the repository at this point in the history
Bump clap from 4.4.1 to 4.4.2
  • Loading branch information
vstakhov authored Sep 5, 2023
2 parents d116675 + 978f548 commit b7fb84f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 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.73"
bincode = "1.3.3"
clap = { version = "4.4.1", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }
parity-scale-codec = { version = "3.2.1", default-features = false, features = ["derive", "full", "bit-vec"] }
color-eyre = "0.6.2"
colored = "2.0.4"
Expand Down

0 comments on commit b7fb84f

Please sign in to comment.