You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the crate dependencies are slightly out of data. For example, prost, tonic, rusqlite, tonic-web-wasm-client, 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).
The text was updated successfully, but these errors were encountered:
I couldn't find the once_cell dependency, I think we don't use it in the client anymore
Ah! I meant lazy_static dependency. Though, I think getting rid of it will not be that simple in no-std context. Maybe we wait until discussion in 0xPolygonMiden/miden-vm#1463 (comment) is resolved.
Some of the crate dependencies are slightly out of data. For example,
prost
,tonic
,rusqlite
,tonic-web-wasm-client
,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).The text was updated successfully, but these errors were encountered: