We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c3999 commit e10b4f0Copy full SHA for e10b4f0
1 file changed
Cargo.toml
@@ -28,7 +28,7 @@ abi3-py313 = ["pyo3/abi3-py313"]
28
abi3-py314 = ["pyo3/abi3-py314"]
29
30
[dependencies]
31
-tokio = { version = "1.51.0", features = ["sync"] }
+tokio = { version = "1.52.1", features = ["sync"] }
32
tokio-util = "0.7.18"
33
pyo3 = { version = "0.28.3", features = [
34
"indexmap",
@@ -88,4 +88,4 @@ strip = true
88
89
[patch.crates-io]
90
wreq = { git = "https://github.com/0x676e67/wreq" }
91
-wreq-util = { git = "https://github.com/0x676e67/wreq-util" }
+wreq-util = { git = "https://github.com/0x676e67/wreq-util" }
0 commit comments