Skip to content

Commit

Permalink
Bump regex-syntax from 0.6.26 to 0.6.27
Browse files Browse the repository at this point in the history
Bumps [regex-syntax](https://github.com/rust-lang/regex) from 0.6.26 to 0.6.27.
- [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
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dicej committed Aug 22, 2022
1 parent 49445bd commit 291175d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ anyhow = "1.0.58"
serde = { version = "1.0.144", features = [ "rc" ] }
serde_derive = "1.0.137"
lalrpop-util = "0.19.8"
regex-syntax = "0.6.26"
regex-syntax = "0.6.27"
lazy_static = "1.4.0"
chrono = { version = "0.4.19", features = [ "serde" ] }

Expand Down

0 comments on commit 291175d

Please sign in to comment.