diff --git a/Cargo.lock b/Cargo.lock index 61a8713038..7c1066e0f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3147,9 +3147,9 @@ checksum = "e7461858c5ac9bde3fcdeedc17f58ed0469ec74f2d737b6369fc31c0b0ef576c" [[package]] name = "once_cell" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "oorandom" diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index 8b5f031633..8f73b31a84 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -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" diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index d5c3d96fad..31dd4d6fd1 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -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" diff --git a/crates/nu-system/Cargo.toml b/crates/nu-system/Cargo.toml index e1af26a1b6..5a51f11721 100644 --- a/crates/nu-system/Cargo.toml +++ b/crates/nu-system/Cargo.toml @@ -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"