Skip to content

Commit 17c3471

Browse files
chore(deps): bump clap from 4.5.8 to 4.5.9 (#930)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.9. - [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.5.8...v4.5.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aac76f8 commit 17c3471

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ name = "vrl"
1111
path = "src/main.rs"
1212

1313
[dependencies]
14-
clap = { version = "4.5.8", features = ["derive"] }
14+
clap = { version = "4.5.9", features = ["derive"] }
1515
vrl = { path = "../../", features = ["cli"] }

lib/tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish = false
88
[dependencies]
99
vrl = { path = "../../", features = ["test_framework"] }
1010
chrono-tz = "0.9"
11-
clap = { version = "4.5.8", features = ["derive"] }
11+
clap = { version = "4.5.9", features = ["derive"] }
1212
glob = "0.3"
1313
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt"] }
1414

0 commit comments

Comments
 (0)