microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
130 stars 32 forks source link

Don't use deprecated chrono `Duration` methods #173

Closed unexge closed 7 months ago

unexge commented 7 months ago

Some panicking methods on Duration are deprecated as part of chrono 0.4.35. We switched to use Duration::try_* of those APIs.

Closes https://github.com/microsoft/regorus/issues/172