Skip to content

Commit b03cc88

Browse files
fix(deps): bump clap in the clap group across 1 directory
Bumps the clap group with 1 update in the / directory: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.37 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.37...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 dependency-group: clap ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0a4530a commit b03cc88

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -41,7 +41,7 @@ bitflags = { version = "2.9.0", features = ["serde"] }
4141
bstr = "1.12.0"
4242
camino = { version = "1.1.3", features = ["serde1"] }
4343
cfg-if = "1.0.0"
44-
clap = { version = "4.5.32", features = [
44+
clap = { version = "4.5.38", features = [
4545
"deprecated",
4646
"derive",
4747
"string",

crates/chat-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bstr = "1.12.0"
4545
bytes = "1.10.1"
4646
camino = { version = "1.1.3", features = ["serde1"] }
4747
cfg-if = "1.0.0"
48-
clap = { version = "4.5.32", features = [
48+
clap = { version = "4.5.38", features = [
4949
"deprecated",
5050
"derive",
5151
"string",

0 commit comments

Comments
 (0)