We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0636a5 commit 71a6459Copy full SHA for 71a6459
1 file changed
Cargo.toml
@@ -11,7 +11,6 @@ serde = { version = "1.0", features = ["derive"] }
11
serde_json = "1.0"
12
tokio = { version = "1", features = ["full"] }
13
reqwest = { version = "0.12", features = ["json"] }
14
-openssl = { version = "0.10", features = ["vendored"] }
15
pyo3 = { version = "0.27", optional = true }
16
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
17
0 commit comments