Skip to content

Commit a14e83e

Browse files
zertoshfacebook-github-bot
authored andcommitted
Update prettytable-rs-0.8.0 to prettytable-rs-0.10.0
Summary: `prettytable-rs-0.8.0` has unsafe code ([phsym/prettytable-rs#145][]) that is failing the sanitizers. This is fixed in `prettytable-rs-0.10.0`. Updating `prettydiff` as well because it too depends on `prettytable-rs-0.8.0`. [phsym/prettytable-rs#145]: phsym/prettytable-rs#145 Reviewed By: dtolnay Differential Revision: D43107083 fbshipit-source-id: a7887669201cab5fcf836bd0ed9d14c71180d92b
1 parent 9084020 commit a14e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eden/mononoke/tools/admin/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
6060
mutable_counters = { version = "0.1.0", path = "../../mutable_counters" }
6161
mutable_renames = { version = "0.1.0", path = "../../mutable_renames" }
6262
phases = { version = "0.1.0", path = "../../phases" }
63-
prettytable-rs = "0.8"
63+
prettytable-rs = "0.10"
6464
pushrebase = { version = "0.1.0", path = "../../pushrebase" }
6565
pushrebase_mutation_mapping = { version = "0.1.0", path = "../../pushrebase_mutation_mapping" }
6666
question = "0.2.2"

0 commit comments

Comments
 (0)