Update Cargo.toml

This commit is contained in:
JT 2022-10-19 11:44:04 +13:00 committed by GitHub
parent 9ef65dcd69
commit c731a4e275
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,4 +19,4 @@ strip-ansi-escapes = "0.1.1"
atty = "0.2.14" atty = "0.2.14"
tabled = { version = "0.9.0", features = ["color"], default-features = false } tabled = { version = "0.9.0", features = ["color"], default-features = false }
json_to_table = { version = "0.1.0", features = ["color"] } json_to_table = { version = "0.1.0", features = ["color"] }
serde_json = "*" serde_json = "1"