Skip to content

Commit 8f575b9

Browse files
vendored
1 parent 727f62c commit 8f575b9

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ serde = { version = "1.0", features = ["derive"] }
1313
serde_json = "1.0"
1414
tokio = { version = "1", features = ["full"] }
1515
reqwest = { version = "0.13", default-features = false, features = ["json", "native-tls", "http2"] }
16+
openssl = { version = "0.10", features = ["vendored"] }
1617
pyo3 = { version = "0.27", optional = true }
1718
pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
1819
radixtarget = "4.2"

0 commit comments

Comments
 (0)