aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock19
-rw-r--r--atuin/Cargo.toml2
2 files changed, 5 insertions, 16 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 717bb7b6..2ceabba5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -79,17 +79,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 = "atuin"
version = "15.0.0"
dependencies = [
@@ -524,13 +513,13 @@ checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
[[package]]
name = "colored"
-version = "2.0.0"
+version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
+checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
dependencies = [
- "atty",
+ "is-terminal",
"lazy_static",
- "winapi",
+ "windows-sys 0.48.0",
]
[[package]]
diff --git a/atuin/Cargo.toml b/atuin/Cargo.toml
index 814de1b6..a63e3391 100644
--- a/atuin/Cargo.toml
+++ b/atuin/Cargo.toml
@@ -69,7 +69,7 @@ runtime-format = "0.1.3"
tiny-bip39 = "1"
futures-util = "0.3"
fuzzy-matcher = "0.3.7"
-colored = "2.0.0"
+colored = "2.0.4"
ratatui = "0.21"
[dependencies.tracing-subscriber]