getsentry / symbolicator

Native Symbolication as a Service
https://getsentry.github.io/symbolicator/
MIT License
352 stars 45 forks source link

Modernize some crate dependencies #1325

Closed Swatinem closed 8 months ago

Swatinem commented 8 months ago

This replaces the lazy_static and parking_lot crates with once_cell and std types.

Also does a cargo update for good measure.

skip-changelog

Based on #1324 , so will wait and rebase after that lands.