Skip to content

Commit e226a72

Browse files
chore(deps): bump clap from 4.5.2 to 4.5.3 (#611)
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3. - [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.2...v4.5.3) --- 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 8fa0cf0 commit e226a72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
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
@@ -26,7 +26,7 @@ crate-type = ["cdylib", "lib"]
2626
[dependencies]
2727
anyhow = "^1.0.81"
2828
base64 = "^0.22.0"
29-
clap = { version = "^4.5.2", features = ["cargo"] }
29+
clap = { version = "^4.5.3", features = ["cargo"] }
3030
indexmap = { version = "^2.2.5", features = ["serde"] }
3131
nom = "^7.1.3"
3232
numberkit = "^0.1.0"

0 commit comments

Comments
 (0)