Migrate lazy_static to once_cell.

This commit is contained in:
Kavin 2023-03-25 15:59:07 +00:00
parent 0ad3b94bc3
commit 2162cbe153
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
3 changed files with 141 additions and 128 deletions

View file

@ -9,7 +9,7 @@ edition = "2021"
jni = "0.20.0"
reqwest = {version = "0.11.14", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
tokio = {version = "1.24.2", features = ["full"]}
lazy_static = "1.4.0"
once_cell = "1.17.1"
[lib]
crate-type = ["cdylib"]