dmolokanov / appinsights-rs

Application Insights SDK for Rust
MIT License
33 stars 24 forks source link

Bump `chrono` version to remove outdated `time` dependency #280

Closed Porges closed 1 year ago

Porges commented 2 years ago

chrono ≥ 0.4.20 has the ability to remove the problematic time dependency. Bump it to enable this and remove the time dependency.

This fixes #235.

I also bumped some other versions in the lock files to get rid of other cargo audit failures when developing locally, but these don't have downstream effects.

Porges commented 2 years ago

Ping @dmolokanov, please take a look.

dmolokanov commented 1 year ago

Closing in favor of #289. Thanks for contribution!