Skip to content

Commit d54ebfc

Browse files
committed
Dependabot fixes:
Update to clap to avoid `atty` dep.
1 parent b74c25e commit d54ebfc

File tree

3 files changed

+78
-135
lines changed

3 files changed

+78
-135
lines changed

Cargo.lock

+39-97
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ futures = "*"
2222
anyhow = "*"
2323

2424
# CLI:
25-
structopt = "0.3.17"
25+
clap.version = "4"
26+
clap.features = ["derive"]
2627
webbrowser = "0.8.3"
2728

2829
multihash = "0.18"

0 commit comments

Comments
 (0)