summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2023-07-10 21:35:55 +0200
committerCanop <cano.petrole@gmail.com>2023-07-10 21:35:55 +0200
commitd42ff6bc7ace5bbb092be2d3fe048e8da6086360 (patch)
treecd4551c28a452bdc71ad0f19438c892271ec389b /Cargo.toml
parente386a48e820bf99abd08594ae88ae0b1343b9226 (diff)
update some dependencies
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 21dcb9b..161166a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -48,7 +48,7 @@ once_cell = "1.7"
opener = "0.5"
pathdiff = "0.2"
phf = { version = "0.10", features = ["macros"] }
-rayon = "1.5"
+rayon = "1.7"
resvg = "0.33"
secular = { version = "1.0", features = ["normalization"] }
serde = { version = "1.0", features = ["derive"] }
@@ -60,7 +60,7 @@ tempfile = "3.2"
termimad = "0.23.1"
terminal-clipboard = { version = "0.4.0", optional = true }
terminal-light = "1.1.1"
-toml = "0.5"
+toml = "0.7"
umask = "2.1.0"
unicode-width = "0.1.10"
which = "4.4.0"