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