chore: Specify all of toml_edit's features

This is preventing us from being able to update toml/toml_edit
independent of each other.
This commit is contained in:
Ed Page 2023-10-02 12:05:57 -05:00
parent 794d0a8254
commit d3c47f1f37

View file

@ -92,7 +92,7 @@ tempfile = "3.8.0"
thiserror = "1.0.49"
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
toml = "0.7.6"
toml_edit = "0.19.14"
toml_edit = { version = "0.19.14", features = ["serde"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
unicase = "2.7.0"