mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: use vendored openssl
This commit is contained in:
@ -16,7 +16,7 @@ lib-dispatch = { path = "../lib-dispatch", optional = true }
|
||||
serde_json = {version = "1.0", optional = true}
|
||||
serde_repr = { version = "0.1" }
|
||||
serde = "1.0"
|
||||
reqwest = { version = "0.11.14", optional = true }
|
||||
reqwest = { version = "0.11.14", optional = true, features = ["native-tls-vendored"] }
|
||||
http-error-code = { git = "https://github.com/AppFlowy-IO/AppFlowy-Server", branch = "refactor/appflowy_server", optional = true }
|
||||
flowy-sqlite = { path = "../flowy-sqlite", optional = true}
|
||||
r2d2 = { version = "0.8", optional = true}
|
||||
|
Reference in New Issue
Block a user