From a8830bcfe675d5d9046373daa52d442e9ea12cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 11:00:52 +0000 Subject: [PATCH] build(deps): update regex-syntax requirement from 0.6 to 0.7 Updates the requirements on [regex-syntax](https://github.com/rust-lang/regex) to permit the latest version. - [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/commits) --- updated-dependencies: - dependency-name: regex-syntax 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..ec6b151e 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -42,7 +42,7 @@ async-std = "1.12" jsonwebtoken = { version = "8.1", default-features = false } rand_xorshift = "0.3" rand = "0.8" -regex-syntax = { version = "0.6", default-features = false } +regex-syntax = { version = "0.7", default-features = false } rand_regex = { version = "0.15", default-features = false } thiserror = "1.0" rand_distr = "0.4"