aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-01-01 16:12:21 -0500
committerJesse Luehrs <doy@tozt.net>2024-01-01 16:13:02 -0500
commit4e8e04591daf17bd0282b262b2e94869451cd5be (patch)
tree002b96cf2efec49cabcebdb9a2ba09b59070da28 /Cargo.lock
parentb9621938865d4ad24d7bcee7fdbfa0c9c45978c8 (diff)
downloadrbw-4e8e04591daf17bd0282b262b2e94869451cd5be.tar.gz
rbw-4e8e04591daf17bd0282b262b2e94869451cd5be.zip
switch to is-terminal
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock28
1 files changed, 4 insertions, 24 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 18f96b0..2dad6e1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -133,17 +133,6 @@ dependencies = [
]
[[package]]
-name = "atty"
-version = "0.2.14"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
-dependencies = [
- "hermit-abi 0.1.19",
- "libc",
- "winapi",
-]
-
-[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -694,15 +683,6 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermit-abi"
-version = "0.1.19"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
-dependencies = [
- "libc",
-]
-
-[[package]]
-name = "hermit-abi"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
@@ -848,7 +828,7 @@ version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
- "hermit-abi 0.3.2",
+ "hermit-abi",
"libc",
"windows-sys 0.48.0",
]
@@ -865,7 +845,7 @@ version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
- "hermit-abi 0.3.2",
+ "hermit-abi",
"io-lifetimes",
"rustix",
"windows-sys 0.48.0",
@@ -1095,7 +1075,7 @@ version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
- "hermit-abi 0.3.2",
+ "hermit-abi",
"libc",
]
@@ -1316,7 +1296,6 @@ dependencies = [
"argon2",
"arrayvec",
"async-trait",
- "atty",
"base32",
"base64",
"block-padding",
@@ -1333,6 +1312,7 @@ dependencies = [
"hkdf",
"hmac",
"humantime",
+ "is-terminal",
"libc",
"log",
"nix",