Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
Bump regex from 1.5.4 to 1.5.5 in /starter_templates/sqlite/rust
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.5.4...1.5.5)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 6, 2022
1 parent 9dc6911 commit 22f0a6a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions starter_templates/sqlite/rust/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 starter_templates/sqlite/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ anyhow = "1.0.43" # for easy error handling
itertools = "0.10.3" # useful iterator extensions
nom = "7.0.0" # for parsing
peg = "0.7.0" # for parsing
regex = "1.5.4" # for parsing
regex = "1.5.5" # for parsing

0 comments on commit 22f0a6a

Please sign in to comment.