Auto merge of #12765 - epage:toml, r=Muscraft

chore: Specify all of toml_edit's features

This is preventing us from being able to update toml/toml_edit independent of each other since the new versions are both breaing changes, so by updating one, we are getting the features enabled for us by the wrong version.
This commit is contained in:
bors 2023-10-04 15:32:00 +00:00
commit 8ea9c233b0

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"