diff --git a/Cargo.lock b/Cargo.lock index 9609fe6d..5d8c57f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1937,9 +1937,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.17.0" +version = "1.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" +checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" [[package]] name = "opaque-debug" diff --git a/Cargo.toml b/Cargo.toml index 838f1db7..ce0227bd 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.7.0", optional = true } nu-ansi-term = "0.46.0" -once_cell = "1.17.0" +once_cell = "1.17.1" open = "3.2.0" # update os module config and tests when upgrading os_info os_info = "3.6.0"