Skip to content

Commit

Permalink
Update clap to avoid atty dependency
Browse files Browse the repository at this point in the history
This was pulled back in by libtock/runner.

Fixes #73
  • Loading branch information
swenson committed Jan 2, 2025
1 parent ac0be99 commit f0ff99f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 83 deletions.
85 changes: 4 additions & 81 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ authors = ["Caliptra contributors"]
arrayref = "0.3.6"
bitfield = "0.14.0"
bit-vec = "0.6.3"
clap = { version = "4.5.11", features = [
clap = { version = "4.5.23", features = [
"cargo",
"derive",
"env",
Expand Down
2 changes: 1 addition & 1 deletion runtime/apps/libtock/runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repository = "https://www.github.com/tock/libtock-rs"
version = "0.1.0"

[dependencies]
clap = { features = ["derive"], version = "3.2.6" }
clap.workspace = true
elf = "0.0.10"
libc = "0.2.113"
termion = "1.5.6"

0 comments on commit f0ff99f

Please sign in to comment.