Skip to content

Commit

Permalink
chore(deps): Bump the clap group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the clap group with 3 updates in the / directory: [clap](https://github.com/clap-rs/clap), [clap-verbosity-flag](https://github.com/clap-rs/clap-verbosity-flag) and [clap_complete](https://github.com/clap-rs/clap).


Updates `clap` from 4.4.7 to 4.5.6
- [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.4.7...v4.5.6)

Updates `clap-verbosity-flag` from 2.1.0 to 2.2.0
- [Changelog](https://github.com/clap-rs/clap-verbosity-flag/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap-verbosity-flag@v2.1.0...v2.2.0)

Updates `clap_complete` from 4.4.4 to 4.5.5
- [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.4.4...clap_complete-v4.5.5)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: clap
- dependency-name: clap-verbosity-flag
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: clap
- dependency-name: clap_complete
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: clap
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent be9f229 commit 01a630b
Show file tree
Hide file tree
Showing 7 changed files with 53 additions and 34 deletions.
71 changes: 45 additions & 26 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 @@ -244,7 +244,7 @@ bytes = { version = "1.5.0", default-features = false, features = ["serde"] }
bytesize = { version = "1.3.0", default-features = false }
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
cidr-utils = { version = "0.5.11", default-features = false }
clap = { version = "4.4.7", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
clap = { version = "4.5.6", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
colored = { version = "2.0.4", default-features = false }
csv = { version = "1.3", default-features = false }
derivative = { version = "2.2.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-api-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tokio-tungstenite = { version = "0.20.1", default-features = false, features = [

# External libs
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
clap = { version = "4.4.7", default-features = false, features = ["derive"] }
clap = { version = "4.5.6", default-features = false, features = ["derive"] }
url = { version = "2.4.1", default-features = false }
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
indoc = { version = "2.0.4", default-features = false }
2 changes: 1 addition & 1 deletion lib/vector-buffers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ vector-config-macros = { path = "../vector-config-macros", default-features = fa
vector-common = { path = "../vector-common", default-features = false, features = ["byte_size_of", "serde"] }

[dev-dependencies]
clap = "4.4.7"
clap = "4.5.6"
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
crossbeam-queue = "0.3.8"
hdrhistogram = "7.5.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-vrl/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ publish = false
license = "MPL-2.0"

[dependencies]
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.5.6", features = ["derive"] }
vector-vrl-functions = { path = "../functions" }
vrl.workspace = true
2 changes: 1 addition & 1 deletion lib/vector-vrl/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ vector-vrl-functions = { path = "../../vector-vrl/functions" }
ansi_term = "0.12"
chrono = "0.4"
chrono-tz = "0.8"
clap = { version = "4.4.7", features = ["derive"] }
clap = { version = "4.5.6", features = ["derive"] }
glob = "0.3"
prettydiff = "0.6"
regex = "1"
Expand Down
6 changes: 3 additions & 3 deletions vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ publish = false
anyhow = "1.0.75"
cached = "0.46.0"
chrono = { version = "0.4.31", default-features = false, features = ["serde", "clock"] }
clap = { version = "4.4.7", features = ["derive"] }
clap-verbosity-flag = "2.1.0"
clap_complete = "4.4.4"
clap = { version = "4.5.6", features = ["derive"] }
clap-verbosity-flag = "2.2.0"
clap_complete = "4.5.5"
confy = "0.5.1"
directories = "5.0.1"
# remove this when stabilized https://doc.rust-lang.org/stable/std/path/fn.absolute.html
Expand Down

0 comments on commit 01a630b

Please sign in to comment.