diff --git a/Cargo.lock b/Cargo.lock index 0a787cd600a..f4e28b023ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2952,13 +2952,13 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" +checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455" dependencies = [ "hermit-abi 0.3.2", "rustix", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]]