Skip to content

Commit c72c34d

Browse files
Bump pyo3 from 0.22.6 to 0.23.1
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.22.6 to 0.23.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.6...v0.23.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 917ddcf commit c72c34d

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
@@ -16,7 +16,7 @@ python = ["dep:pyo3"]
1616

1717
[dependencies]
1818
chrono = { version = "0.4.38", features = ["serde"] }
19-
pyo3 = { version = "0.22.6", optional = true }
19+
pyo3 = { version = "0.23.1", optional = true }
2020
serde = { version = "1.0.215", features = ["derive"] }
2121
serde-xml-rs = "0.6.0"
2222
serde_json = "1.0.132"

0 commit comments

Comments
 (0)