Skip to content

Commit

Permalink
Bump clap from 4.5.7 to 4.5.17
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.7 to 4.5.17.
- [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.5.7...clap_complete-v4.5.17)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 591fb8b commit e8869da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 @@ -19,7 +19,7 @@ serde_json = { version = "~1", features = ["raw_value"] }
tokio = { version = "1.38.1", features = ["full"] }
url = "2.5.0"
dotenv = "0.15.0"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
anyhow = "1.0.81"
uuid = { version = "1.10.0", features = ["v7"] }
indicatif = { version = "0.17.6", features = ["in_memory"] }
Expand Down
2 changes: 1 addition & 1 deletion seed-es-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
elasticsearch = "8.5.0-alpha.1"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.17", features = ["derive"] }
url = "2.5.1"
tokio = { version = "*", features = ["full"] }
serde = "1.0.203"
Expand Down

0 comments on commit e8869da

Please sign in to comment.