rust-italia / dgc

A parser and validator for the EU Digital Green Certificate (dgc) a.k.a. greenpass
https://github.com/rust-italia/dgc
MIT License
26 stars 11 forks source link

Remove ciborium fork from dependencies #4

Closed lmammino closed 2 years ago

lmammino commented 2 years ago

This implementation is currently using a fork of ciborium called ciboriumvalue containing some changes that haven't been published already by the ciborium team (e.g. support for easily parsing CBOR tags) + changes proposed in https://github.com/enarx/ciborium/pull/25.

Once this PR is merged and a new version of ciborium is released this project should update the dependencies to the latest version of ciborium and remove ciboriumvalue.

Blocked by https://github.com/enarx/ciborium/pull/25