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

Use ciborium impl of Value::into_ #35

Open dodomorandi opened 2 years ago

dodomorandi commented 2 years ago

Once this PR is landed, we can remove our extension trait and directly use Value::into_ methods.

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

lmammino commented 2 years ago

I just realised that enarx/ciborium#34 was merged, so we can probably get this one done :)

lmammino commented 2 years ago

Ok, i take that back. It seems those changes are not published yet, so we need to wait for this new issue: https://github.com/enarx/ciborium/issues/37