build(deps): update rust crate once_cell to 1.19.0
This commit is contained in:
parent
39dc74729e
commit
034ebd3ce8
|
@ -2027,9 +2027,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.18.0"
|
||||
version = "1.19.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
||||
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
||||
|
||||
[[package]]
|
||||
name = "opaque-debug"
|
||||
|
|
|
@ -56,7 +56,7 @@ log = { version = "0.4.20", features = ["std"] }
|
|||
# see: https://github.com/NixOS/nixpkgs/issues/160876
|
||||
notify-rust = { version = "4.10.0", optional = true }
|
||||
nu-ansi-term = "0.49.0"
|
||||
once_cell = "1.18.0"
|
||||
once_cell = "1.19.0"
|
||||
open = "5.0.1"
|
||||
# update os module config and tests when upgrading os_info
|
||||
os_info = "3.7.0"
|
||||
|
|
Loading…
Reference in New Issue