Skip to content

Commit

Permalink
chore: bump regex from 1.10.6 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.6 to 1.11.0.
- [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.10.6...1.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 101a424 commit d080b0c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 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 prqlc/prqlc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ csv = "1.3.0"
enum-as-inner = {workspace = true}
itertools = {workspace = true}
log = {workspace = true}
regex = "1.10.6"
regex = "1.11.0"
schemars = {workspace = true}
semver = {workspace = true}
# serde is required for the `from_text` feature of PRQL, so we can't really put
Expand Down
2 changes: 1 addition & 1 deletion web/book/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ anstream = {version = "0.6.15"}
globset = "0.4.15"
insta = {workspace = true}
log = {workspace = true}
regex = "1.10.6"
regex = "1.11.0"
serde_json = {workspace = true}
serde_yaml = {workspace = true}
similar-asserts = {workspace = true}
Expand Down

0 comments on commit d080b0c

Please sign in to comment.