build(deps): update rust crate once_cell to 1.17.2

This commit is contained in:
renovate[bot] 2023-05-29 10:36:53 +00:00
parent 5ae003f2f1
commit 2fabc763e8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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