Skip to content

Commit

Permalink
Update regex-syntax requirement from 0.7.1 to 0.8.2
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](rust-lang/regex@regex-syntax-0.7.1...regex-syntax-0.8.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent e1d969f commit c421dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ regex = { version = "1.5.4", default-features = false, features = [
"std",
"unicode-perl",
] }
regex-syntax = { version = "0.7.1", optional = true }
regex-syntax = { version = "0.8.2", optional = true }
serde = { version = "1.0.127", optional = true, features = ["derive"] }
ciborium = { version = "0.2.0", optional = true }
serde_json = { version = "1.0.66", optional = true, default-features = false, features = [
Expand Down

0 comments on commit c421dd9

Please sign in to comment.