Skip to content

Commit

Permalink
Fix segfault in prettytable-rs (phsym/prettytable-rs#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyKey1 committed Feb 11, 2024
1 parent 509fa9f commit adec4e6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 95 deletions.
127 changes: 34 additions & 93 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 hive/Cargo.toml
Expand Up @@ -37,7 +37,7 @@ http = "0.2"
tungstenite = { version = "0.17", features = ["native-tls"] }
native-tls = "0.2"
pathdiff = "0.2"
prettytable-rs = "0.8"
prettytable-rs = "0.10"
fs_extra = "1.2"
thiserror = { workspace = true }
toml = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion hive/src/subcommands/test.rs
Expand Up @@ -11,7 +11,7 @@ use comm_types::test::{
Filter, TaskRunnerMessage, TestFilter, TestOptions, TestResult, TestResults, TestRunStatus,
TestStatus,
};
use prettytable::{cell, format, row, Table};
use prettytable::{format, row, Table};
use reqwest::blocking::multipart::{Form, Part};
use tungstenite::Message;

Expand Down

0 comments on commit adec4e6

Please sign in to comment.