From 42086ceec5e64ec6119e549dd30502baea67d495 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 19:23:50 +0000 Subject: [PATCH] cargo: bump regex from 1.4.5 to 1.4.6 Bumps [regex](https://github.com/rust-lang/regex) from 1.4.5 to 1.4.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.4.5...1.4.6) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eed35ffab..35ac50f1f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2976,9 +2976,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.4.5" +version = "1.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19" +checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 357e623e3..2614fb0d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ quick-xml = "0.22.0" r2d2 = "0.8.9" r2d2_sqlite = "0.18.0" rand = "0.7.0" -regex = "1.1.6" +regex = "1.4.6" rusqlite = "0.25" rust-hsluv = "0.1.4" rustyline = { version = "4.1.0", optional = true }