summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-08-15 12:04:50 +0200
committerCanop <cano.petrole@gmail.com>2023-08-15 12:04:50 +0200
commit056d5f9ffe559d741869e508faf8861ab7e8bc77 (patch)
tree3166e139aed03a743d7dca9f5330593cd0d01a57 /Cargo.toml
parentfb52f5075672ddacba470b0f17fa59b585663b27 (diff)
move skin parts parsing functions to termimad
and introduces hexa notation for colors
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a6412c0..322474a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ opener = "0.5"
pathdiff = "0.2"
phf = { version = "0.10", features = ["macros"] }
rayon = "1.7"
-resvg = "0.33"
+resvg = "0.35"
secular = { version = "1.0", features = ["normalization"] }
serde = { version = "1.0", features = ["derive"] }
smallvec = "1.9"
@@ -58,7 +58,7 @@ splitty = "1.0"
strict = "0.1.4"
syntect = { package = "syntect-no-panic", version = "4.6.1" } # see issue #485
tempfile = "3.2"
-termimad = "0.23.1"
+termimad = "0.24.1"
terminal-clipboard = { version = "0.4.0", optional = true }
terminal-light = "1.1.1"
toml = "0.7"