mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update Rust crate jni to 0.21.1
This commit is contained in:
parent
ba6e6f7b49
commit
21a8b2a896
2 changed files with 5 additions and 3 deletions
|
@ -6,7 +6,7 @@ edition = "2021"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
jni = "0.20.0"
|
||||
jni = "0.21.1"
|
||||
reqwest = {version = "0.11.15", features = ["rustls-tls", "stream", "brotli", "gzip"], default-features = false}
|
||||
tokio = {version = "1.26.0", features = ["full"]}
|
||||
once_cell = "1.17.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue