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

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