Skip to content

Commit bcbe7aa

Browse files
build(deps): bump clap from 4.5.35 to 4.5.43
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.35 to 4.5.43. - [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.43) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d18e5ee commit bcbe7aa

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

samling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ axum = { version = "0.8.3", features = ["macros"] }
1515
axum-extra = { version = "0.10.1", features = ["typed-header"] }
1616
base64 = "0.22.1"
1717
bytes = { version = "1.10.1", features = ["serde"] }
18-
clap = { version = "4.5.35", features = ["derive", "env"], optional = true }
18+
clap = { version = "4.5.43", features = ["derive", "env"], optional = true }
1919
csv = "1.3.1"
2020
derive_more = { version = "2.0.1", features = ["full"] }
2121
dotenvy = "0.15.7"

0 commit comments

Comments
 (0)