build(deps): update rust crate once_cell to 1.17.2
This commit is contained in:
parent
5ae003f2f1
commit
2fabc763e8
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue