Files
kata-containers/src
stevenhorsman b2c91136a1 libs: bump toml 0.5.8 → 1.1.2
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>
2026-07-01 09:13:02 -07:00
..
2026-07-01 09:13:02 -07:00