diff --git a/Cargo.lock b/Cargo.lock index ddda60e..0723aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1907,9 +1907,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index 4efcb54..8eff756 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ notify = { version = "6.1.1", default-features = false, features = [ "fsevent-sys", ] } num_cpus = "1.16.0" -once_cell = "1.19.0" +once_cell = "1.20.0" openssl = { version = "0.10", features = ["vendored"] } papaya = "0.1.3" path-tree = "0.8.1"