diff --git a/Cargo.lock b/Cargo.lock index df518b91f..8014c0dbd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1548,9 +1548,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[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 = "onig" diff --git a/Cargo.toml b/Cargo.toml index e784cbe54..1621eca86 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -299,7 +299,7 @@ notify = { version = "=6.0.0", features=["macos_kqueue"]} num-bigint = "0.4.3" num-traits = "0.2.15" number_prefix = "0.4" -once_cell = "1.17.1" +once_cell = "1.17.2" onig = { version = "~6.4", default-features = false } ouroboros = "0.15.6" phf = "0.11.1"