Skip to content

Commit e7a84a1

Browse files
committed
need to vendor openssl
1 parent de10964 commit e7a84a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/smbcloud-networking-account/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ readme = "README.md"
1919

2020
[dependencies]
2121
log = { workspace = true }
22-
reqwest = { workspace = true, features = ["json"] }
22+
reqwest = { workspace = true, features = ["json", "rustls-tls-native-roots"] }
23+
openssl = { version = "0.10", features = ["vendored"] }
2324
serde_json = { workspace = true }
2425
smbcloud-model = { workspace = true }
2526
smbcloud-network = { workspace = true }

0 commit comments

Comments
 (0)