Skip to content

Commit

Permalink
Update prettytable-rs-0.8.0 to prettytable-rs-0.10.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
zertosh authored and facebook-github-bot committed Feb 8, 2023
1 parent 9084020 commit a14e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eden/mononoke/tools/admin/Cargo.toml
Expand Up @@ -60,7 +60,7 @@ mononoke_types = { version = "0.1.0", path = "../../mononoke_types" }
mutable_counters = { version = "0.1.0", path = "../../mutable_counters" }
mutable_renames = { version = "0.1.0", path = "../../mutable_renames" }
phases = { version = "0.1.0", path = "../../phases" }
prettytable-rs = "0.8"
prettytable-rs = "0.10"
pushrebase = { version = "0.1.0", path = "../../pushrebase" }
pushrebase_mutation_mapping = { version = "0.1.0", path = "../../pushrebase_mutation_mapping" }
question = "0.2.2"
Expand Down

0 comments on commit a14e83e

Please sign in to comment.