From 1915c608fcb7318ce778f687c3ca08543203820f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Jun 2021 17:28:31 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acab4885..14a5b5d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ cssparser = "0.28" napi = "1" napi-derive = "1" once_cell = "1.8" -regex = "1.4" +regex = "1.5" thiserror = "1.0" [target.'cfg(all(target_arch = "x86_64", not(target_env = "musl")))'.dependencies]