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

@ -458,9 +458,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.2"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "parking_lot"

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"]