Skip to content

Commit f58472f

Browse files
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] <support@github.com>
1 parent 909cbb4 commit f58472f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ async-std = "1.12"
4242
jsonwebtoken = { version = "8.1", default-features = false }
4343
rand_xorshift = "0.3"
4444
rand = "0.8"
45-
regex-syntax = { version = "0.6", default-features = false }
45+
regex-syntax = { version = "0.7", default-features = false }
4646
rand_regex = { version = "0.15", default-features = false }
4747
thiserror = "1.0"
4848

0 commit comments

Comments
 (0)