Skip to content

Commit 1f0958f

Browse files
chore(deps): update rust crate pyo3 to 0.28
1 parent 714469c commit 1f0958f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impit-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ h2 = "0.4.7"
1515
reqwest = "0.13.1"
1616
tokio-stream = "0.1.17"
1717
bytes = "1.9.0"
18-
pyo3 = { version = "0.27", features = ["extension-module", "auto-initialize"] }
18+
pyo3 = { version = "0.28", features = ["extension-module", "auto-initialize"] }
1919
pyo3-async-runtimes = { version = "0.27", features = ["attributes", "async-std-runtime", "tokio-runtime"] }
2020
openssl = { version = "*", features = ["vendored"] }
2121
urlencoding = "2.1.3"

0 commit comments

Comments
 (0)