Skip to content

Commit

Permalink
build(deps): update regex-syntax requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and beltram committed Sep 19, 2023
1 parent 99a1c49 commit dbb179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dbb179d

Please sign in to comment.