summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2023-12-24 10:54:22 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2023-12-24 10:54:22 +0100
commit141c56c560b34f35e67a699c6e88bea0c0bef0ab (patch)
treea5139b911ef639b4313373ff69d056a3059bd6d6
parentcfa8faaf30a83b9517d5e10fd2702bd7a44ba1ad (diff)
upgrade owo-colors to v4.0
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6e7b3dd..e9bbfe8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -303,7 +303,7 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "dua-cli"
-version = "2.23.0"
+version = "2.24.0"
dependencies = [
"anyhow",
"atty",
@@ -685,9 +685,9 @@ dependencies = [
[[package]]
name = "owo-colors"
-version = "3.5.0"
+version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
+checksum = "caff54706df99d2a78a5a4e3455ff45448d81ef1bb63c22cd14052ca0e993a3f"
[[package]]
name = "parking_lot"
diff --git a/Cargo.toml b/Cargo.toml
index 36138ca..4eb6a74 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ tui = { package = "ratatui", version = "0.24.0", optional = true, default-featur
tui-react = { version = "0.21.0", optional = true }
open = { version = "5.0", optional = true }
wild = "2.0.4"
-owo-colors = "3.5.0"
+owo-colors = "4.0.0"
human_format = "1.0.3"
once_cell = "1.19"
gix-glob = "0.14.1"