From 065a8fe7999bf14ec2c93875c6fa23e28dc86cb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 22:25:46 +0800 Subject: [PATCH] Bump fancy-regex from 0.10.0 to 0.11.0 (#490) Bumps [fancy-regex](https://github.com/fancy-regex/fancy-regex) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/fancy-regex/fancy-regex/releases) - [Changelog](https://github.com/fancy-regex/fancy-regex/blob/main/CHANGELOG.md) - [Commits](https://github.com/fancy-regex/fancy-regex/compare/0.10.0...0.11.0) --- updated-dependencies: - dependency-name: fancy-regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a92171b..4b8d331 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,9 +561,9 @@ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a" [[package]] name = "fancy-regex" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766" +checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" dependencies = [ "bit-set", "regex", diff --git a/Cargo.toml b/Cargo.toml index dccd6ae..d5928da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ cfg-if = "1" chrono = "0.4" dateparser = "0.1.8" derive_more = "0.99" -fancy-regex = "0.10" +fancy-regex = "0.11" flagset = { version = "0.4", optional = true } futures-util = "0.3" getopts = "0.2"