Skip to content

Commit f2261c1

Browse files
authored
Merge pull request #202 from pinkforest/chore-bump-prettytable
Update `prettytable` to 0.10
2 parents 8679959 + 1cea44b commit f2261c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

summarize/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0"
88
[dependencies]
99
measureme = { path = "../measureme" }
1010
analyzeme = { path = "../analyzeme" }
11-
prettytable-rs = "0.8"
11+
prettytable-rs = "0.10"
1212
rustc-hash = "1.0.1"
1313
serde = { version = "1.0", features = [ "derive" ] }
1414
serde_json = "1.0"

0 commit comments

Comments
 (0)