Bumps [tree-sitter](https://github.com/tree-sitter/tree-sitter) from 0.25.6 to 0.25.8. <details> <summary>Commits</summary> <ul> <li><a href="f2f197b6b2"><code>f2f197b</code></a> 0.25.8</li> <li><a href="8bb33f7d8c"><code>8bb33f7</code></a> perf: reorder conditional operands</li> <li><a href="6f944de32f"><code>6f944de</code></a> fix(generate): propagate node types error</li> <li><a href="c15938532d"><code>c159385</code></a> 0.25.7</li> <li><a href="94b55bfcdc"><code>94b55bf</code></a> perf: reorder expensive conditional operand</li> <li><a href="bcb30f7951"><code>bcb30f7</code></a> fix(generate): use topological sort for subtype map</li> <li><a href="3bd8f7df8e"><code>3bd8f7d</code></a> perf: More efficient computation of used symbols</li> <li><a href="d7529c3265"><code>d7529c3</code></a> perf: reserve <code>Vec</code> capacities where appropriate</li> <li><a href="bf4217f0ff"><code>bf4217f</code></a> fix(web): wasm export paths</li> <li><a href="bb7b339ae2"><code>bb7b339</code></a> Fix 'extra' field generation for node-types.json</li> <li>Additional commits viewable in <a href="https://github.com/tree-sitter/tree-sitter/compare/v0.25.6...v0.25.8">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
23 lines
352 B
TOML
23 lines
352 B
TOML
[package]
|
|
name = "codex-apply-patch"
|
|
version = { workspace = true }
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "codex_apply_patch"
|
|
path = "src/lib.rs"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1"
|
|
similar = "2.7.0"
|
|
thiserror = "2.0.12"
|
|
tree-sitter = "0.25.8"
|
|
tree-sitter-bash = "0.25.0"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.4.1"
|
|
tempfile = "3.13.0"
|