Skip to content

Commit 04b5036

Browse files
Bump clap from 4.5.35 to 4.5.38
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.38. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.35...clap_complete-v4.5.38) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.38 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61980d9 commit 04b5036

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ lingua-zulu-language-model = { path = "language-models/zu", version = "1.2.0", o
158158

159159
[target.'cfg(not(target_family = "wasm"))'.dependencies]
160160
ahash = "0.8.11"
161-
clap = { version = "4.5.35", optional = true, features = ["derive"] }
161+
clap = { version = "4.5.38", optional = true, features = ["derive"] }
162162
cld2 = { version = "1.0.2", optional = true }
163163
indoc = { version = "2.0.6", optional = true }
164164
polars = { version = "0.46.0", optional = true, features = ["csv", "lazy"] }

0 commit comments

Comments
 (0)