Skip to content

Commit 374103d

Browse files
fix(deps): update rust crate pyo3 to 0.28.0
1 parent 2c0245b commit 374103d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
calamine = { version = "0.32.0", features = ["chrono"] }
12-
pyo3 = { version = "0.27.1", features = [
12+
pyo3 = { version = "0.28.0", features = [
1313
"extension-module",
1414
"chrono",
1515
"generate-import-lib",

0 commit comments

Comments
 (0)