Skip to content

Commit 0ced6ad

Browse files
Bump pyo3 from 0.23.2 to 0.23.3 (#82)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.2 to 0.23.3. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.2...v0.23.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7187b05 commit 0ced6ad

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
@@ -19,7 +19,7 @@ crate-type = ["cdylib"]
1919

2020
[dependencies]
2121
lazy_static = "1.5.0"
22-
pyo3 = {version = "0.23.2", features = ["extension-module", "generate-import-lib", "abi3-py39"]}
22+
pyo3 = {version = "0.23.3", features = ["extension-module", "generate-import-lib", "abi3-py39"]}
2323

2424
# tzf-rs = { git = "https://github.com/ringsaturn/tzf-rs", rev = "31b1730", default-features = false}
2525
tzf-rs = { version = "0.4.9", default-features = false }

0 commit comments

Comments
 (0)