Skip to content

Commit 15ac2cf

Browse files
Update clap requirement from ~4.4.0 to ~4.5.3
Updates the requirements on [clap](https://github.com/clap-rs/clap) to permit the latest version. - [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.4.0...v4.5.3) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ed4d5e commit 15ac2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bmap-rs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bmap-parser = { path = "../bmap-parser", version = "0.2.0"}
1515
anyhow = "1.0.66"
1616
nix = { version = "0.27.1", features = ["fs"] }
1717
flate2 = "1.0.24"
18-
clap = { version = "~4.4.0", features = ["cargo"] }
18+
clap = { version = "~4.5.3", features = ["cargo"] }
1919
indicatif = { version = "0.17.1", features = ["tokio"] }
2020
async-compression = { version = "0.4.5", features = ["gzip", "futures-io"] }
2121
tokio = { version = "1.21.2", features = ["rt", "macros", "fs", "rt-multi-thread"] }

0 commit comments

Comments
 (0)