diff --git a/Cargo.lock b/Cargo.lock index 7d67ad926..4db1c7f49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,9 +649,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.20.2" +version = "1.21.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" [[package]] name = "parking_lot" diff --git a/Cargo.toml b/Cargo.toml index 5d0778f79..bcf747cf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -228,7 +228,7 @@ colored = "2.2" dialoguer = "0.11" futures = "0.3" indexmap = "2.7" -once_cell = "1.17" +once_cell = "1.21.3" # The profile that 'dist' will build with [profile.dist]