chore: make serde-yaml development dependency
Previous version was using yaml-rust which is marked as unmaintained.
This gets reported by dependency scanner we use for certification.
Though worth noting that serde-yaml itself is now archived. There is a
promising replacement library but no need to hurry with that just yet.
But anyway, we don't need this library in the production build, only
for tests. So, moved it to development dependencies.
Co-authored-by:
Denis Smirnov <sd@picodata.io>
Showing
- Cargo.lock 311 additions, 317 deletionsCargo.lock
- sbroad-cartridge/Cargo.toml 1 addition, 1 deletionsbroad-cartridge/Cargo.toml
- sbroad-core/Cargo.toml 1 addition, 1 deletionsbroad-core/Cargo.toml
- sbroad-core/src/ir.rs 0 additions, 12 deletionssbroad-core/src/ir.rs
- sbroad-core/src/ir/relation.rs 1 addition, 48 deletionssbroad-core/src/ir/relation.rs
- sbroad-core/src/ir/relation/tests.rs 45 additions, 1 deletionsbroad-core/src/ir/relation/tests.rs
Loading
Please register or sign in to comment