Package: rust-version-sync Tags: trixie, sid I hope to update rust-toml to 0.8 soon, probably in a week or so. The upstream changelog mentions the following under breaking changes
Serialization and deserialization of tuple variants has changed from being an array to being a table with the key being the variant name and the value being the array
toml is an optional (in the cargo sense) dependency of version-sync, it is used by the markdown_deps_updated feature. I have tested that rust-version-sync package builds and runs it's autopkgtests successfully with the new version of toml. I have also searched to see if there are any reverse dependencies of said feature and did not find any (though it's possible that something is using the feature without declaring it). If you would like to do further testing, then the new version of toml is available in experimental.