Skip to content

v0.1.1 — security bugfix

Choose a tag to compare

@jstockdi jstockdi released this 29 Apr 12:11
· 15 commits to main since this release
v0.1.1
2dd34a4

[0.1.1] — 2026-04-29

Security

  • Replace the unmaintained serde_yml crate (and its libyml dependency)
    with the community-maintained serde_yaml_ng
    fork. Closes two open Dependabot advisories: GHSA-gfxp-f68g-8x78
    (high — libyml::string::yaml_string_extend is unsound) and
    GHSA-hhw4-xg65-fp2x (medium — serde_yml crate is unmaintained).
    YAML parsing behavior is unchanged; this is a drop-in API swap.