Skip to content

Commit

Permalink
Bump clap from 4.3.22 to 4.4.1 in /quickwit (#3777)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.22 to 4.4.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.3.22...v4.4.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 0368754 commit ff7643b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions quickwit/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 quickwit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ byte-unit = { version = "4", default-features = false, features = ["serde", "std
bytes = { version = "1", features = ["serde"] }
chitchat = { git = "https://github.com/quickwit-oss/chitchat", rev = "bc29598" }
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
clap = { version = "4.3.0", features = ["env", "string"] }
clap = { version = "4.4.1", features = ["env", "string"] }
colored = "2.0.0"
console-subscriber = "0.1.8"
criterion = { version = "0.5", features = ["async_tokio"] }
Expand Down

0 comments on commit ff7643b

Please sign in to comment.