mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:24:58 +02:00
Bump once_cell from 1.17.1 to 1.18.0 (#9474)
This commit is contained in:
@ -34,7 +34,7 @@ fuzzy-matcher = "0.3"
|
||||
is_executable = "1.0"
|
||||
log = "0.4"
|
||||
miette = { version = "5.9", features = ["fancy-no-backtrace"] }
|
||||
once_cell = "1.17"
|
||||
once_cell = "1.18"
|
||||
percent-encoding = "2"
|
||||
sysinfo = "0.29"
|
||||
unicode-segmentation = "1.10"
|
||||
|
@ -62,7 +62,7 @@ notify = "4.0"
|
||||
num = { version = "0.4", optional = true }
|
||||
num-format = { version = "0.4" }
|
||||
num-traits = "0.2"
|
||||
once_cell = "1.17"
|
||||
once_cell = "1.18"
|
||||
open = "4.0"
|
||||
os_pipe = "1.1"
|
||||
pathdiff = "0.2"
|
||||
|
@ -30,5 +30,5 @@ mach2 = "0.4"
|
||||
[target.'cfg(target_os = "windows")'.dependencies]
|
||||
chrono = "0.4"
|
||||
ntapi = "0.4"
|
||||
once_cell = "1.17"
|
||||
once_cell = "1.18"
|
||||
winapi = { version = "0.3", features = ["tlhelp32", "fileapi", "handleapi", "ifdef", "ioapiset", "minwindef", "pdh", "psapi", "synchapi", "sysinfoapi", "winbase", "winerror", "winioctl", "winnt", "oleauto", "wbemcli", "rpcdce", "combaseapi", "objidl", "powerbase", "netioapi", "lmcons", "lmaccess", "lmapibuf", "memoryapi", "shellapi", "std", "securitybaseapi"] }
|
||||
|
Reference in New Issue
Block a user