Skip to content

Commit

Permalink
build(deps): update rand_regex requirement from 0.15 to 0.16
Browse files Browse the repository at this point in the history
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](kennytm/rand_regex@v0.15.0...v0.16.0)

---
updated-dependencies:
- dependency-name: rand_regex
  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 e106401
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 @@ -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"

Expand Down

0 comments on commit e106401

Please sign in to comment.