diff --git a/Cargo.lock b/Cargo.lock index 2d89918cf..df169f980 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1956,9 +1956,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "opaque-debug" diff --git a/Cargo.toml b/Cargo.toml index 797c3a1ff..30783bc9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ log = { version = "0.4.17", features = ["std"] } # see: https://github.com/NixOS/nixpkgs/issues/160876 notify-rust = { version = "4.6.0", optional = true } nu-ansi-term = "0.46.0" -once_cell = "1.16.0" +once_cell = "1.17.0" open = "3.2.0" # update os module config and tests when upgrading os_info os_info = "3.5.1"