Bump once_cell from 1.17.1 to 1.18.0 (#9474)

This commit is contained in:
dependabot[bot]
2023-06-19 06:16:00 +00:00
committed by GitHub
parent f5c39e29b4
commit d2629293e8
4 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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