diff --git a/Cargo.lock b/Cargo.lock index 7e857d747..101c35f46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1634,9 +1634,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" [[package]] name = "opendal" diff --git a/Cargo.toml b/Cargo.toml index 107e01f50..378c08acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ log = "0.4" memchr = "2" num_cpus = "1.15" number_prefix = "0.4" -once_cell = "1.17" +once_cell = "1.18" opendal = { version = "0.40.0", optional = true } openssl = { version = "0.10.55", optional = true } rand = "0.8.4"