Skip to content

Commit 99faf79

Browse files
Bump pyo3 from 0.23.2 to 0.23.3
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/v0.23.3/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.2...v0.23.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d7ba559 commit 99faf79

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

0 commit comments

Comments
 (0)