Skip to content

Commit 4e5d3c5

Browse files
build(deps): bump clap from 4.4.6 to 4.4.7
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.6 to 4.4.7. - [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.4.6...v4.4.7) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4e7dffa commit 4e5d3c5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+8-8
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
@@ -19,7 +19,7 @@ reqwest = { version = "0.11.22", default-features = false, features = ["rustls-t
1919
tokio = { version = "1.33.0", features = ["full"] }
2020
chromiumoxide = { version = "0.5.4", features = ["tokio-runtime"], default-features = false }
2121
futures = "0.3.28"
22-
clap = { version = "4.4.6", features = ["derive", "string"] }
22+
clap = { version = "4.4.7", features = ["derive", "string"] }
2323
columns = "0.1.0"
2424
colored = "2.0.4"
2525
anyhow = "1.0.75"

0 commit comments

Comments
 (0)