Skip to content

Commit 8603c2d

Browse files
authored
Merge pull request #127 from pwnwriter/dependabot/cargo/clap-4.5.17
build(deps): bump clap from 4.5.9 to 4.5.17
2 parents 4023f34 + 1edf4cb commit 8603c2d

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
@@ -16,7 +16,7 @@ categories = ["accessibility", "web-programming", "command-line" ]
1616
[dependencies]
1717
chromiumoxide = { version = "0.6.0", features = ["tokio-runtime"], default-features = false }
1818
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "trust-dns"] }
19-
clap = { version = "4.5.8", features = ["derive", "string"] }
19+
clap = { version = "4.5.17", features = ["derive", "string"] }
2020
tokio = { version = "1.38.1", features = ["full"] }
2121
futures = "0.3.30"
2222
columns = "0.1.0"

0 commit comments

Comments
 (0)