Skip to content

Commit c4a9ae1

Browse files
Bump pyo3 from 0.24.1 to 0.24.2
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f497317 commit c4a9ae1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -18,7 +18,7 @@ name = "dbt_extractor"
1818
crate-type = ["cdylib", "lib"]
1919

2020
[dependencies]
21-
pyo3 = { version = "0.24.1", features = ["abi3-py39", "extension-module"] }
21+
pyo3 = { version = "0.24.2", 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" }

0 commit comments

Comments
 (0)