Skip to content

Commit

Permalink
chore(deps): bump clap from 4.3.17 to 4.3.19 (#345)
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.17 to 4.3.19.
- [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.17...v4.3.19)

---
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 Jul 24, 2023
1 parent b5a3ecd commit dcbc646
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 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 @@ -72,7 +72,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "serd
chrono-tz = { version = "0.8.3", default-features = false, optional = true }
cidr-utils = { version = "0.5", optional = true }
csv = { version = "1.2", optional = true }
clap = { version = "4.3.17", features = ["derive"], optional = true }
clap = { version = "4.3.19", features = ["derive"], optional = true }
codespan-reporting = {version = "0.11", optional = true }
data-encoding = { version = "2.3.3", optional = true }
dyn-clone = { version = "1.0.12", 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.3.17", features = ["derive"] }
clap = { version = "4.3.19", 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.3.17", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive"] }
glob = "0.3"
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["fmt"] }

Expand Down

0 comments on commit dcbc646

Please sign in to comment.