Skip to content

Commit 5dedd03

Browse files
committed
chore: Update PyO3 to 0.17.2
1 parent c1b71ba commit 5dedd03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bindings/python/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
### Changed
1010

11-
- Update `PyO3` to `0.17.1`.
11+
- Update `PyO3` to `0.17.2`.
1212

1313
### Removed
1414

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ features = ["http", "file"]
2222
[dependencies]
2323
url = "2"
2424
rayon = "1"
25-
pyo3 = { version = "0.17.1", features = ["extension-module", "abi3"] }
25+
pyo3 = { version = "0.17.2", features = ["extension-module", "abi3"] }
2626
pyo3-built = "0.4"
2727

2828
[profile.release]

0 commit comments

Comments
 (0)