mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-08 03:35:22 +00:00
Migrate kata-types and kata-agent from toml 0.5 to 1.x: - Consolidate kata-types onto the workspace toml version - Replace toml::to_vec() (removed in 1.x) with to_string().into_bytes() - Map toml::de::Error with .map_err(std::io::Error::other) where functions return io::Result (From impl was removed in 1.x) - Update test assertions: toml 1.x serializes strings with double quotes instead of single quotes Generated-by: IBM Bob Signed-off-by: stevenhorsman <steven@uk.ibm.com>