Skip to content

Commit 69e3c85

Browse files
chore(deps): bump clap from 4.4.18 to 4.5.1 (#705)
* chore(deps): bump clap from 4.4.18 to 4.5.1 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.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.4.18...clap_complete-v4.5.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Regenerate licenses Signed-off-by: Jesse Szwedko <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Szwedko <[email protected]>
1 parent bde4790 commit 69e3c85

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ chrono = { version = "0.4", default-features = false, features = ["clock", "serd
116116
chrono-tz = { version = "0.8.6", default-features = false, optional = true }
117117
cidr-utils = { version = "0.6", optional = true }
118118
csv = { version = "1.3", optional = true }
119-
clap = { version = "4.4.18", features = ["derive"], optional = true }
119+
clap = { version = "4.5.1", features = ["derive"], optional = true }
120120
codespan-reporting = {version = "0.11", optional = true }
121121
data-encoding = { version = "2.5.0", optional = true }
122122
digest = { version = "0.10", optional = true }

LICENSE-3rdparty.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ snafu,https://github.com/shepmaster/snafu,MIT OR Apache-2.0,Jake Goulding <jake.
170170
snap,https://github.com/BurntSushi/rust-snappy,BSD-3-Clause,Andrew Gallant <[email protected]>
171171
socket2,https://github.com/rust-lang/socket2,MIT OR Apache-2.0,"Alex Crichton <[email protected]>, Thomas de Zeeuw <[email protected]>"
172172
strip-ansi-escapes,https://github.com/luser/strip-ansi-escapes,Apache-2.0 OR MIT,Ted Mielczarek <[email protected]>
173-
strsim,https://github.com/dguo/strsim-rs,MIT,Danny Guo <[email protected]>
173+
strsim,https://github.com/rapidfuzz/strsim-rs,MIT,"Danny Guo <[email protected]>, maxbachmann <[email protected]>"
174174
subtle,https://github.com/dalek-cryptography/subtle,BSD-3-Clause,"Isis Lovecruft <[email protected]>, Henry de Valence <[email protected]>"
175175
syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <[email protected]>
176176
syn_derive,https://github.com/Kyuuhachi/syn_derive,MIT OR Apache-2.0,Kyuuhachi <[email protected]>

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.4.18", features = ["derive"] }
14+
clap = { version = "4.5.1", 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.8"
11-
clap = { version = "4.4.18", features = ["derive"] }
11+
clap = { version = "4.5.1", features = ["derive"] }
1212
glob = "0.3"
1313
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt"] }
1414

0 commit comments

Comments
 (0)