diff --git a/Cargo.lock b/Cargo.lock index a657b2a9c..7ea5be74c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1092,9 +1092,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.12.1" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac8b1a9b2518dc799a2271eff1688707eb315f0d4697aa6b0871369ca4c4da55" +checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" [[package]] name = "os_str_bytes" diff --git a/Cargo.toml b/Cargo.toml index c5b156026..207f03500 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ crossbeam = { version = "^0.8", features = ["crossbeam-channel"] } fxhash = "0.2" globset = "^0.4" lazy_static = "^1.3" -once_cell = "1.12.1" +once_cell = "1.16.0" num = "^0.4" num-derive = "^0.3" num-format = "^0.4"