IronCoreLabs / ironoxide

Rust SDK for IronCore Privacy Platform
https://docs.rs/ironoxide
GNU Affero General Public License v3.0
10 stars 3 forks source link

Remove copy of rfc3339 serialize/deserialize now that time 0.3.6 supports it #256

Closed clintfred closed 2 years ago

clintfred commented 2 years ago

:wave:

I noticed that time 0.3.6 has rfc3339 support so I removed the copied code in ironoxide introduced in #249 .