fdo-rs / fido-device-onboard-rs

An implementation of the FIDO Device Onboard (FDO) spec written in Rust.
BSD 3-Clause "New" or "Revised" License
56 stars 31 forks source link

`serde_cbor` is unmaintained #637

Open mmartinv opened 4 months ago

mmartinv commented 4 months ago

I found awslabs/aws-nitro-enclaves-cose/issues/94 while working in the conformance stuff. It looks like serde_cbor is unmaintained so we might want think about migrating to other libraries.

nullr0ute commented 4 months ago

We already use ciborium in data-formats/ so that would be my first suggestion.