0xPolygonMiden / miden-node

Reference implementation of the node for the Polygon Miden rollup
MIT License
53 stars 38 forks source link

Update crate dependencies #471

Closed bobbinth closed 2 months ago

bobbinth commented 3 months ago

Some of the crate dependencies are slightly out of data. For example, prost, tonic, rusqlite, tokio dependencies can be updated to newer versions - but there are may be others.

Also, I wonder if we can get rid of the once_cell dependency as there Rust standard library now has similar functionality (e.g., via OnceLock and LazyLock).

bobbinth commented 2 months ago

Closed by #476. There will be a follow-up issue to migrate from actix-web to axum.