From 4653304d13d2c7f65c8b49555c558bc12cd2ea81 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 8 Mar 2022 16:09:05 +0000 Subject: [PATCH] fix(deps): update rust crate regex to 1.5.5 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c97f0a..6838f01 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -347,9 +347,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index b77c079..e981457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] anyhow = "1.0.56" clipboard = "0.5.0" dirs = "4.0.0" -regex = "1.5.4" +regex = "1.5.5" serde = "1.0.136" serde_derive = "1.0.136" toml = "0.5.8"