diff --git a/reqwest-jni/Cargo.lock b/reqwest-jni/Cargo.lock index 0fa468a..b04db73 100644 --- a/reqwest-jni/Cargo.lock +++ b/reqwest-jni/Cargo.lock @@ -458,9 +458,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "parking_lot" diff --git a/reqwest-jni/Cargo.toml b/reqwest-jni/Cargo.toml index 3a9adae..4f6d310 100644 --- a/reqwest-jni/Cargo.toml +++ b/reqwest-jni/Cargo.toml @@ -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"]