From 48802dbc3c8fdcd1ef2cc7726dcb6b7ad638b35f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 May 2021 20:03:30 +0000 Subject: [PATCH] Update Rust crate regex to 1.5.4 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16b16ef..f311d40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1342,9 +1342,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.3" +version = "1.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce5f1ceb7f74abbce32601642fcf8e8508a8a8991e0621c7d750295b9095702b" +checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 78d47b3..27a32a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ rocket = "0.4.7" serde = "1.0.125" chrono = "0.4.19" chrono-tz = "0.5.3" -regex = "1.5.3" +regex = "1.5.4" reqwest = { version = "0.11.3", features = ["blocking", "json", "cookies"] } diesel = { version = "1.4.6", features = ["postgres"] } diesel_migrations = "1.4.0"