continuwuity/src/core/error
aviac 866769c054
chore: replace serde-yml with serde-saphyr
- serde-yml has an un-addressed [security issue][sec-issue]
- [saphyr][saphyr] is a pretty recent and active crate that deals with YAML parsing
- based on that, someone recently created [serde-saphyr][serde-saphyr]

---

The change was pretty straightforward and mostly "just a search and replace". The new crate has it's `Error` type split
into serialization and derserialization errors. Hence I created one Continuwuity-Error variant for each instead of just
having a single `Yaml` variant. This was already done previously with the `Toml` errors so I thought this would be
rather acceptable.

[sec-issue]: https://github.com/advisories/GHSA-gfxp-f68g-8x78
[saphyr]: https://github.com/saphyr-rs/saphyr
[serde-saphyr]: https://github.com/saphyr-rs/saphyr/issues/66#issuecomment-3353212289
2025-11-09 11:23:32 +01:00
..
err.rs mitigate additional debuginfo expansions 2025-04-19 23:33:53 +01:00
log.rs apply new rustfmt.toml changes, fix some clippy lints 2024-12-15 01:00:41 -05:00
mod.rs chore: replace serde-yml with serde-saphyr 2025-11-09 11:23:32 +01:00
panic.rs run cargo fix for rust 2024 changes and rustfmt 2025-02-23 01:17:45 -05:00
response.rs Add support for MSC4155 (#1013) 2025-09-21 17:03:40 +00:00
serde.rs add serde de/ser impls for error 2024-08-29 19:19:20 +00:00