diff --git a/Cargo.lock b/Cargo.lock index d72953384..58beed0ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1003,9 +1003,9 @@ checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" [[package]] name = "once_cell" -version = "1.19.0" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" +checksum = "33ea5043e58958ee56f3e15a90aee535795cd7dfd319846288d93c5b57d85cbe" [[package]] name = "openssl-probe" diff --git a/Cargo.toml b/Cargo.toml index 4a8c81a21..4891088f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ codegen-units = 1 volta-core = { path = "crates/volta-core" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.128" -once_cell = "1.19.0" +once_cell = "1.20.0" log = { version = "0.4", features = ["std"] } node-semver = "2" clap = { version = "4.5.17", features = ["color", "derive", "wrap_help"] } diff --git a/crates/volta-core/Cargo.toml b/crates/volta-core/Cargo.toml index 9e63ec481..e0aba04f7 100644 --- a/crates/volta-core/Cargo.toml +++ b/crates/volta-core/Cargo.toml @@ -42,7 +42,7 @@ log = { version = "0.4", features = ["std"] } ctrlc = "3.4.5" walkdir = "2.5.0" volta-layout = { path = "../volta-layout" } -once_cell = "1.19.0" +once_cell = "1.20.0" dunce = "1.0.5" ci_info = "0.14.14" httpdate = "1"