From e8f84e281ae8a105adaf7af073a85f592b1f9d7a Mon Sep 17 00:00:00 2001 From: jude Date: Sun, 24 Sep 2023 14:53:16 +0100 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7b990b..60b091b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,7 +2173,7 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "reminder-rs" -version = "1.6.41" +version = "1.6.42" dependencies = [ "base64 0.21.4", "chrono", diff --git a/Cargo.toml b/Cargo.toml index ff57726..7fce094 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reminder-rs" -version = "1.6.41" +version = "1.6.42" authors = ["Jude Southworth "] edition = "2021" license = "AGPL-3.0 only" @@ -12,7 +12,7 @@ dotenv = "0.15" tokio = { version = "1", features = ["process", "full"] } reqwest = "0.11" lazy-regex = "3.0.2" -regex = "1.6" +regex = "1.9" log = "0.4" env_logger = "0.10" chrono = "0.4"