From 4b2b5916e7f149bbe8c2360c8923caa124f049ee Mon Sep 17 00:00:00 2001 From: 0x676e67 Date: Thu, 2 Apr 2026 18:48:44 +0800 Subject: [PATCH] build(deps): update `pyo3` dependency version to 0.28.3 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6e88041..eafd760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,9 +28,9 @@ abi3-py313 = ["pyo3/abi3-py313"] abi3-py314 = ["pyo3/abi3-py314"] [dependencies] -tokio = { version = "1.50.0", features = ["sync"]} +tokio = { version = "1.50.0", features = ["sync"] } tokio-util = "0.7.18" -pyo3 = { version = "0.28.2", features = [ +pyo3 = { version = "0.28.3", features = [ "indexmap", "multiple-pymethods", "extension-module", @@ -86,4 +86,4 @@ panic = "abort" strip = true [patch.crates-io] -wreq = { git = "https://github.com/0x676e67/wreq", rev = "240d84eab5eb4df8548933ee2c13337d86e1afe1" } \ No newline at end of file +wreq = { git = "https://github.com/0x676e67/wreq", rev = "240d84eab5eb4df8548933ee2c13337d86e1afe1" }