You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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.