build(deps): bump the cargo group with 2 updates

Bumps the cargo group with 2 updates: [memchr](https://github.com/BurntSushi/memchr) and [regex](https://github.com/rust-lang/regex).


Updates `memchr` from 2.7.5 to 2.7.6
- [Commits](https://github.com/BurntSushi/memchr/compare/2.7.5...2.7.6)

Updates `regex` from 1.11.2 to 1.11.3
- [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/compare/1.11.2...1.11.3)

---
updated-dependencies:
- dependency-name: memchr
  dependency-version: 2.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: regex
  dependency-version: 1.11.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-29 22:50:35 +00:00 committed by Amaan Qureshi
parent c5b22a1dc6
commit 1dc4804b6e
3 changed files with 9 additions and 9 deletions

View file

@ -47,7 +47,7 @@ std = ["regex/std", "regex/perf", "regex-syntax/unicode"]
wasm = ["std", "wasmtime-c-api"]
[dependencies]
regex = { version = "1.11.2", default-features = false, features = ["unicode"] }
regex = { version = "1.11.3", default-features = false, features = ["unicode"] }
regex-syntax = { version = "0.8.6", default-features = false }
tree-sitter-language.workspace = true
streaming-iterator = "0.1.9"