mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 21:00:36 +02:00
Bump once_cell from 1.16.0 to 1.17.0 (#7732)
This commit is contained in:
@ -28,7 +28,7 @@ crossterm = "0.24.0"
|
||||
fancy-regex = "0.10.0"
|
||||
fuzzy-matcher = "0.3.7"
|
||||
is_executable = "1.0.1"
|
||||
once_cell = "1.16.0"
|
||||
once_cell = "1.17.0"
|
||||
log = "0.4"
|
||||
miette = { version = "5.1.0", features = ["fancy-no-backtrace"] }
|
||||
percent-encoding = "2"
|
||||
|
@ -63,7 +63,7 @@ mime_guess = "2.0.4"
|
||||
notify = "4.0.17"
|
||||
num = { version = "0.4.0", optional = true }
|
||||
num-traits = "0.2.14"
|
||||
once_cell = "1.0"
|
||||
once_cell = "1.17"
|
||||
open = "3.2.0"
|
||||
pathdiff = "0.2.1"
|
||||
powierza-coefficient = "1.0.2"
|
||||
|
@ -29,4 +29,4 @@ mach2 = "0.4"
|
||||
winapi = { version = "0.3.9", 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"] }
|
||||
chrono = "0.4.23"
|
||||
ntapi = "0.4"
|
||||
once_cell = "1.0"
|
||||
once_cell = "1.17"
|
||||
|
Reference in New Issue
Block a user