Skip to content

Commit 79afb1d

Browse files
Bump pyo3 from 0.24.1 to 0.24.2 (#66)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea02457 commit 79afb1d

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
@@ -34,7 +34,7 @@ cjk = [
3434
] # Include CJK dictionary (Chinese, Japanese, Korean)
3535

3636
[dependencies]
37-
pyo3 = { version = "0.24.1", features = ["extension-module"] }
37+
pyo3 = { version = "0.24.2", features = ["extension-module"] }
3838
serde = { version = "1.0.219", features = ["derive"] }
3939
serde_json = "1.0.134"
4040

0 commit comments

Comments
 (0)