build(deps): update rust crate once_cell to 1.17.0

This commit is contained in:
renovate[bot] 2022-12-29 18:04:11 +00:00
parent 8c2135f55d
commit 92e73fa86c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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"

View file

@ -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"