summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-05-23 10:07:23 +0200
committerCanop <cano.petrole@gmail.com>2023-05-23 10:07:23 +0200
commit9d696cf749be9955f4160a44e47f8c352752fd5c (patch)
treebf3ad1c194ebe6bbf69fd0c9fc59d42ee85cc965 /Cargo.toml
parent8adaebdd44d84c15dbd1447e56d98166db683a8a (diff)
update resvg dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 194cf12..7262b99 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ pathdiff = "0.2"
phf = { version = "0.10", features = ["macros"] }
rayon = "1.5"
regex = "1.5"
-resvg = "0.28"
+resvg = "0.33"
secular = { version = "1.0", features = ["normalization"] }
serde = { version = "1.0", features = ["derive"] }
smallvec = "1.9"
@@ -61,12 +61,9 @@ tempfile = "3.2"
termimad = "0.22.0"
terminal-clipboard = { version = "0.4.0", optional = true }
terminal-light = "1.1.1"
-tiny-skia = "0.8.2"
toml = "0.5"
umask = "2.1.0"
unicode-width = "0.1.8"
-usvg = "0.28.0"
-usvg-text-layout = { version = "0.28.0", default-features = false }
which = "4.4.0"
xterm-query = { version = "0.1", optional = true }