Skip to content

Commit

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

---
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 Oct 29, 2024
1 parent 87aa8ac commit 2fd3499
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.132"}
thiserror = "1.0.65"
url = "2.5.2"
ureq = "2.10.0"
regex = "1.11.0"
regex = "1.11.1"
rayon = "1.10.0"
ordered-float = { version = "4.4.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.6.0"
regex = "1.11.0"
regex = "1.11.1"
markdown = "=1.0.0-alpha.21"

itertools.workspace = true
Expand Down

0 comments on commit 2fd3499

Please sign in to comment.