Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crate dependencies #501

Closed
bobbinth opened this issue Aug 27, 2024 · 2 comments
Closed

Update crate dependencies #501

bobbinth opened this issue Aug 27, 2024 · 2 comments
Assignees
Milestone

Comments

@bobbinth
Copy link
Contributor

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).

@bobbinth bobbinth added this to the v0.6 milestone Aug 27, 2024
@tomyrd
Copy link
Collaborator

tomyrd commented Aug 30, 2024

I couldn't find the once_cell dependency, I think we don't use it in the client anymore

@bobbinth
Copy link
Contributor Author

bobbinth commented Sep 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants