Skip to content

Commit 4d7c0a7

Browse files
richardshiueLucasXu0
authored andcommitted
chore: use vendored openssl
1 parent a0481e8 commit 4d7c0a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/rust-lib/flowy-error/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lib-dispatch = { path = "../lib-dispatch", optional = true }
1616
serde_json = {version = "1.0", optional = true}
1717
serde_repr = { version = "0.1" }
1818
serde = "1.0"
19-
reqwest = { version = "0.11.14", optional = true }
19+
reqwest = { version = "0.11.14", optional = true, features = ["native-tls-vendored"] }
2020
http-error-code = { git = "https://github.com/AppFlowy-IO/AppFlowy-Server", branch = "refactor/appflowy_server", optional = true }
2121
flowy-sqlite = { path = "../flowy-sqlite", optional = true}
2222
r2d2 = { version = "0.8", optional = true}

frontend/rust-lib/flowy-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ edition = "2021"
99
tracing = { version = "0.1" }
1010
futures = "0.3.26"
1111
futures-util = "0.3.26"
12-
reqwest = "0.11.14"
12+
reqwest = { version = "0.11.14", features = ["native-tls-vendored"] }
1313
hyper = "0.14"
1414
config = { version = "0.10.1", default-features = false, features = ["yaml"] }
1515
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)