summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-10-20 18:33:52 +0200
committerCanop <cano.petrole@gmail.com>2021-10-20 18:33:52 +0200
commit21e4e12ab670b0c585e062c3f4178906a7315d47 (patch)
tree1768898ffdd8f38c29d40774c37cd833dcae05e0 /Cargo.toml
parentc408506f28d6eff4b877780c30dd0d9e08869baf (diff)
update some dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a6fb729..a28543e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,9 +37,9 @@ git2 = { version="0.13", default-features=false }
glob = "0.3"
id-arena = "2.2.1"
image = "0.23.14"
-lazy-regex = "2.2.1"
+lazy-regex = "2.2.2"
libc = "0.2"
-minimad = "0.8.0"
+minimad = "0.9.0"
once_cell = "1.7"
open = "2.0"
memmap = "0.7"
@@ -54,7 +54,7 @@ splitty = "0.1"
strict = "0.1.4"
syntect = "4.5"
tempfile = "3.2"
-termimad = "0.16.0"
+termimad = "0.16.3"
terminal-clipboard = { version = "0.2.1", optional = true }
toml = "0.5"
umask = "1.0"