Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent e08ab6e commit 8b70314
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ serde_json = { version = "1.0.122"}
thiserror = "1.0.63"
url = "2.5.2"
ureq = "2.10.0"
regex = "1.10.5"
regex = "1.10.6"
rayon = "1.10.0"
ordered-float = { version = "4.2.0", features = ["serde", "schemars"] }
walkdir = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/weaver_forge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jaq-interpret = "1.5.0"
jaq-parse = "1.0.3"
jaq-syn = "1.1.0"
indexmap = "2.2.6"
regex = "1.10.5"
regex = "1.10.6"
markdown = "=1.0.0-alpha.18"

itertools.workspace = true
Expand Down

0 comments on commit 8b70314

Please sign in to comment.