Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Bump clap from 4.3.2 to 4.4.4
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.2 to 4.4.4.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.3.2...v4.4.4)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 19, 2023
1 parent cde28bb commit 53a691c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
23 changes: 10 additions & 13 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 crates/backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
actix-web = "4.3.1"
actix-web-prom = "0.6.0"
actix-files = "0.6.2"
clap = { version = "4.3.2" , features = [ "derive", "env" ]}
clap = { version = "4.4.4" , features = [ "derive", "env" ]}
serde_json = "1.0.97"
serde = "1.0.164"
actix-cors = "0.6.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/crate_extractor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Achim Schneider <achim@parity.io>"]
license = "Apache-2.0"

[dependencies]
clap = { version = "4.3.2", features = [ "derive" ] }
clap = { version = "4.4.4", features = [ "derive" ] }
serde = { version = "1.0.164", features = ["derive"] }
serde_json = { version = "1.0.97", features = ["preserve_order"] }
crossbeam-channel = "0.5.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/generate-bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "Apache-2.0"
readme = "README.md"

[dependencies]
clap = { version = "4.3.2", features = [ "derive" ] }
clap = { version = "4.4.4", features = [ "derive" ] }
serde = "1"
backend = { path = "../backend" }
typescript-type-def = "0.5.6"

0 comments on commit 53a691c

Please sign in to comment.