From 40774c7e0c03806306de866c2d5e2f8fcd157855 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:19:29 +0000 Subject: [PATCH] fix(deps): bump rand_regex from 0.15.1 to 0.16.0 Bumps [rand_regex](https://github.com/kennytm/rand_regex) from 0.15.1 to 0.16.0. - [Release notes](https://github.com/kennytm/rand_regex/releases) - [Changelog](https://github.com/kennytm/rand_regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/kennytm/rand_regex/compare/v0.15.1...v0.16.0) --- updated-dependencies: - dependency-name: rand_regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c5a062c..fdcaf24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1872,12 +1872,12 @@ dependencies = [ [[package]] name = "rand_regex" -version = "0.15.1" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b2a9fe2d7d9eeaf3279d1780452a5bbd26b31b27938787ef1c3e930d1e9cfbd" +checksum = "8276e2c4e37f1907c587794d9b8b3334e1d44f36e05f8c13d61c50c19c264ae2" dependencies = [ "rand", - "regex-syntax 0.6.29", + "regex-syntax 0.7.4", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fd5f237..db3ced8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ futures-util = "0.3.28" thiserror = "1.0.44" rand = "0.8.5" regex = "1.9.3" -rand_regex = "0.15.1" +rand_regex = "0.16.0" cron = "0.12.0" chrono = "0.4.26" serde = "1.0.168"