Skip to content

Commit f497317

Browse files
Bump thiserror from 1.0.43 to 2.0.12 (#110)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.43 to 2.0.12. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.43...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 89d4672 commit f497317

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pyo3 = { version = "0.24.1", features = ["abi3-py39", "extension-module"] }
2222
rayon = "1.5.1"
2323
tree-sitter = "0.20.8"
2424
tree-sitter-jinja2 = { git = "https://github.com/dbt-labs/tree-sitter-jinja2", tag = "v0.2.0" }
25-
thiserror = "1.0.25"
25+
thiserror = "2.0.12"
2626

2727
[dev-dependencies]
2828
quickcheck = "1"

0 commit comments

Comments
 (0)