mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update Rust crate once_cell to 1.17.2
This commit is contained in:
parent
34d14f3460
commit
5a2be309e1
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
jni = "0.21.1"
|
||||
reqwest = {version = "0.11.18", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
|
||||
tokio = {version = "1.28.2", features = ["full"]}
|
||||
once_cell = "1.17.1"
|
||||
once_cell = "1.17.2"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue