mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Migrate lazy_static to once_cell.
This commit is contained in:
parent
0ad3b94bc3
commit
2162cbe153
3 changed files with 141 additions and 128 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue