Update Rust crate once_cell to 1.18.0

This commit is contained in:
renovate[bot] 2023-06-04 13:34:13 +00:00
parent 5a2be309e1
commit a17bb54b12
2 changed files with 3 additions and 3 deletions

View file

@ -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.2"
once_cell = "1.18.0"
[lib]
crate-type = ["cdylib"]