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" }