Skip to content

Commit

Permalink
chore(deps): bump clap from 4.4.8 to 4.4.10 (#581)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.8 to 4.4.10.
- [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.4.8...v4.4.10)

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

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 Nov 28, 2023
1 parent 719bcc6 commit f7a03cb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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 @@ -66,7 +66,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "serd
chrono-tz = { version = "0.8.4", default-features = false, optional = true }
cidr-utils = { version = "0.5", optional = true }
csv = { version = "1.3", optional = true }
clap = { version = "4.4.8", features = ["derive"], optional = true }
clap = { version = "4.4.10", features = ["derive"], optional = true }
codespan-reporting = {version = "0.11", optional = true }
data-encoding = { version = "2.5.0", optional = true }
dyn-clone = { version = "1.0.16", default-features = false, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ name = "vrl"
path = "src/main.rs"

[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
vrl = { path = "../../", features = ["cli"] }
2 changes: 1 addition & 1 deletion lib/tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
[dependencies]
vrl = { path = "../../", features = ["test_framework"] }
chrono-tz = "0.8"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
glob = "0.3"
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt"] }

Expand Down

0 comments on commit f7a03cb

Please sign in to comment.