Skip to content

Commit

Permalink
Manual update and verification of #673 (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
yeastplume authored Mar 13, 2023
1 parent 270321c commit 477d903
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 27 deletions.
201 changes: 176 additions & 25 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 @@ -23,7 +23,7 @@ exclude = ["integration"]
clap = { version = "2.33", features = ["yaml"] }
rpassword = "4.0"
thiserror = "1"
prettytable-rs = "0.8"
prettytable-rs = "0.10"
log = "0.4"
linefeed = "0.6"
semver = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = "1"
serde_derive = "1"
serde_json = "1"
log = "0.4"
prettytable-rs = "0.8"
prettytable-rs = "0.10"
ring = "0.16"
term = "0.6"
tokio = { version = "0.2", features = ["full"] }
Expand Down

0 comments on commit 477d903

Please sign in to comment.