From e1064016d5db2780d0d01526ad225394225ee566 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 10:57:46 +0000 Subject: [PATCH] build(deps): update rand_regex requirement from 0.15 to 0.16 Updates the requirements on [rand_regex](https://github.com/kennytm/rand_regex) to permit the latest version. - [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.0...v0.16.0) --- updated-dependencies: - dependency-name: rand_regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index e47ec035..2fdcff59 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -43,7 +43,7 @@ jsonwebtoken = { version = "8.1", default-features = false } rand_xorshift = "0.3" rand = "0.8" regex-syntax = { version = "0.6", default-features = false } -rand_regex = { version = "0.15", default-features = false } +rand_regex = { version = "0.16", default-features = false } thiserror = "1.0" rand_distr = "0.4"