Skip to content

Commit

Permalink
fix(deps): bump rand_regex from 0.15.1 to 0.16.0
Browse files Browse the repository at this point in the history
Bumps [rand_regex](https://github.com/kennytm/rand_regex) from 0.15.1 to 0.16.0.
- [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.1...v0.16.0)

---
updated-dependencies:
- dependency-name: rand_regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 9, 2023
1 parent 5affd28 commit f7f47fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures-util = "0.3.28"
thiserror = "1.0.44"
rand = "0.8.5"
regex = "1.9.3"
rand_regex = "0.15.1"
rand_regex = "0.16.0"
cron = "0.12.0"
chrono = "0.4.26"
serde = "1.0.168"
Expand Down

0 comments on commit f7f47fd

Please sign in to comment.