build(deps): update rust crate once_cell to 1.16.0

This commit is contained in:
renovate[bot] 2022-10-29 10:47:39 +00:00
parent 367c941665
commit cd540e7fc6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1889,9 +1889,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.15.0"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "opaque-debug"

View File

@ -58,7 +58,7 @@ log = { version = "0.4.17", features = ["std"] }
# see: https://github.com/NixOS/nixpkgs/issues/160876
notify-rust = { version = "4.5.10", optional = true }
nu-ansi-term = "0.46.0"
once_cell = "1.15.0"
once_cell = "1.16.0"
open = "3.0.3"
os_info = "3.5.1"
path-slash = "0.2.1"