Skip to content

Commit

Permalink
Merge pull request #202 from pinkforest/chore-bump-prettytable
Browse files Browse the repository at this point in the history
Update `prettytable` to 0.10
  • Loading branch information
wesleywiser committed Feb 8, 2023
2 parents 8679959 + 1cea44b commit f2261c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion summarize/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
measureme = { path = "../measureme" }
analyzeme = { path = "../analyzeme" }
prettytable-rs = "0.8"
prettytable-rs = "0.10"
rustc-hash = "1.0.1"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
Expand Down

0 comments on commit f2261c1

Please sign in to comment.