From 376d4b53f5f9a6cf4c785b870337f770dcba0947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 00:32:00 +0000 Subject: [PATCH] chore(deps): bump is-terminal from 0.4.0 to 0.4.1 Bumps [is-terminal](https://github.com/sunfishcode/is-terminal) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/sunfishcode/is-terminal/releases) - [Commits](https://github.com/sunfishcode/is-terminal/compare/v0.4.0...v0.4.1) --- updated-dependencies: - dependency-name: is-terminal dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdfce7997..f80c55e46 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1073,13 +1073,13 @@ dependencies = [ [[package]] name = "is-terminal" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aae5bc6e2eb41c9def29a3e0f1306382807764b9b53112030eff57435667352d" +checksum = "927609f78c2913a6f6ac3c27a4fe87f43e2a35367c0c4b0f8265e8f49a104330" dependencies = [ "hermit-abi 0.2.6", "io-lifetimes 1.0.1", - "rustix 0.36.3", + "rustix 0.36.4", "windows-sys 0.42.0", ] @@ -2037,9 +2037,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.3" +version = "0.36.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b1fbb4dfc4eb1d390c02df47760bb19a84bb80b301ecc947ab5406394d8223e" +checksum = "cb93e85278e08bb5788653183213d3a60fc242b10cb9be96586f5a73dcb67c23" dependencies = [ "bitflags", "errno",