Skip to content

Commit ae5a963

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

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.4", optional = true }
19+
pyo3 = { version = "0.22.5", optional = true }
2020
serde = { version = "1.0.210", features = ["derive"] }
2121
serde-xml-rs = "0.6.0"
2222
serde_json = "1.0.128"

0 commit comments

Comments
 (0)