diff --git a/Cargo.lock b/Cargo.lock index 74910d9290..dfff8a71a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2118,12 +2118,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.1" +version = "1.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1" -dependencies = [ - "portable-atomic", -] +checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[package]] name = "oorandom" @@ -2341,12 +2338,6 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" -[[package]] -name = "portable-atomic" -version = "1.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" - [[package]] name = "pp-rs" version = "0.2.1" diff --git a/Cargo.toml b/Cargo.toml index 68c29b671b..45c6fa6505 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ nanorand = { version = "0.7", default-features = false, features = ["wyrand"] } noise = { version = "0.8", git = "https://github.com/Razaekel/noise-rs.git", rev = "c6942d4fb70af26db4441edcf41f90fa115333f2" } nv-flip = "0.1" obj = "0.10" -once_cell = "1.20.1" +once_cell = "1.19.0" parking_lot = "0.12.1" pico-args = { version = "0.5.0", features = [ "eq-separator",