diff --git a/Cargo.lock b/Cargo.lock index 63d62eb2..586c6e8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2091,9 +2091,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.1" +version = "1.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" +checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b" [[package]] name = "opaque-debug" diff --git a/Cargo.toml b/Cargo.toml index 8a978f12..ceffa5a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ log = { version = "0.4.18", features = ["std"] } # see: https://github.com/NixOS/nixpkgs/issues/160876 notify-rust = { version = "4.8.0", optional = true } nu-ansi-term = "0.47.0" -once_cell = "1.17.1" +once_cell = "1.17.2" open = "4.1.0" # update os module config and tests when upgrading os_info os_info = "3.7.0"