diff --git a/Cargo.lock b/Cargo.lock index 6a1dc6aa..fc615642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -355,9 +355,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.18.0" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oorandom" diff --git a/Cargo.toml b/Cargo.toml index 5a572a9b..2be6487e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ serde_json = { version = "1.0.108", features = [ rustc-hash = { version = "1.1.0", default-features = false, features = ["std"] } indexmap = { version = "2.1.0", features = ["serde"] } # serde for Deserialize from package.json dunce = "1.0.4" # Normalize Windows paths to the most compatible format, avoiding UNC where possible -once_cell = "1.18.0" # Use `std::sync::OnceLock::get_or_try_init` when it is stable. +once_cell = "1.19.0" # Use `std::sync::OnceLock::get_or_try_init` when it is stable. thiserror = { version = "1.0.50" } codspeed-criterion-compat = { version = "2.3.3", default-features = false, optional = true }