Skip to content

Commit

Permalink
chore(deps): Bump clap from 4.3.24 to 4.4.1 (vectordotdev#18411)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.24 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.24...v4.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 28, 2023
1 parent 7bc1942 commit d3b9eda
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 27 deletions.
41 changes: 20 additions & 21 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 @@ -255,7 +255,7 @@ bytes = { version = "1.4.0", default-features = false, features = ["serde"] }
bytesize = { version = "1.3.0", default-features = false }
chrono = { version = "0.4.26", default-features = false, features = ["serde"] }
cidr-utils = { version = "0.5.10", default-features = false }
clap = { version = "4.3.24", default-features = false, features = ["derive", "error-context", "env", "help", "std", "string", "usage", "wrap_help"] }
clap = { version = "4.4.1", 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.2", 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.0", default-features = false, features = [

# External libs
chrono = { version = "0.4.6", default-features = false, features = ["serde"] }
clap = { version = "4.3.24", default-features = false, features = ["derive"] }
clap = { version = "4.4.1", default-features = false, features = ["derive"] }
url = { version = "2.4.0", default-features = false }
uuid = { version = "1", default-features = false, features = ["serde", "v4"] }
indoc = { version = "2.0.3", 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.3.24"
clap = "4.4.1"
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.3.24", features = ["derive"] }
clap = { version = "4.4.1", 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.3.24", features = ["derive"] }
clap = { version = "4.4.1", features = ["derive"] }
glob = "0.3"
prettydiff = "0.6"
regex = "1"
Expand Down
2 changes: 1 addition & 1 deletion vdev/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.75"
atty = "0.2.14"
cached = "0.44.0"
chrono = { version = "0.4.22", default-features = false, features = ["serde", "clock"] }
clap = { version = "4.3.24", features = ["derive"] }
clap = { version = "4.4.1", features = ["derive"] }
clap-verbosity-flag = "2.0.1"
clap_complete = "4.4.0"
confy = "0.5.1"
Expand Down

0 comments on commit d3b9eda

Please sign in to comment.