From 925bd11caa4925e96516182ea5a21e778275438f Mon Sep 17 00:00:00 2001 From: Logan Mzz Date: Mon, 17 Feb 2025 15:18:49 +0100 Subject: [PATCH] Update YAML link as dtolnay/serde-yaml is deprecated --- _src/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_src/README.md b/_src/README.md index 3793ab1..94f446a 100644 --- a/_src/README.md +++ b/_src/README.md @@ -82,7 +82,7 @@ Serde by the community. [JSON]: https://github.com/serde-rs/json [Postcard]: https://github.com/jamesmunns/postcard [CBOR]: https://github.com/enarx/ciborium -[YAML]: https://github.com/dtolnay/serde-yaml +[YAML]: https://github.com/acatton/serde-yaml-ng [MessagePack]: https://github.com/3Hren/msgpack-rust [TOML]: https://docs.rs/toml [Pickle]: https://github.com/birkenfeld/serde-pickle