From 6b266902c2bb590bbae531b0035e43f9658b868b Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Fri, 1 Apr 2022 23:27:15 +0200 Subject: [PATCH] Require regex-1.5.5 because of RUSTSEC-2022-0013 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3112d5..6efa3c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap = {version = "3.0.0", features = ["derive"] } swayipc = "3.0.0" toml = "0.5.8" directories = "4.0" -regex = "1.5.4" +regex = "1.5.5" lazy_static = "1.4.0" rand = "0.8.4" rt-format = "0.3.0"