Remove once_cell and use std's OnceLock

This commit is contained in:
Kavin 2023-08-05 19:09:17 +01:00
parent 2af849dc8f
commit ea03b98c3e
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F
3 changed files with 44 additions and 41 deletions

View file

@ -9,7 +9,6 @@ edition = "2021"
jni = "0.21.1"
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip", "socks"], default-features = false}
tokio = {version = "1.29.1", features = ["full"]}
once_cell = "1.18.0"
[lib]
crate-type = ["cdylib"]