summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Sirringhaus <unknown>2022-03-16 11:47:00 +0100
committerDan Davison <dandavison7@gmail.com>2022-03-16 09:18:30 -0400
commitc2de30e5cdeb3e2a5e35365d486cb05c86d2478f (patch)
tree9793e03970bd53c9bec4d49adbb474fb9915c628 /Cargo.toml
parentee09adf81bc46126666308725df5761e22c8e37b (diff)
Bump regex to fix CVE-2022-24713
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 88362698..5aff965b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -33,7 +33,7 @@ itertools = "0.10.1"
lazy_static = "1.4"
palette = "0.6.0"
pathdiff = "0.2.1"
-regex = "1.4.6"
+regex = "1.5.5"
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.70"
shell-words = "1.0.0"