Skip to content

Commit 0dd48d0

Browse files
author
Erik Micheel
committed
chore: striped away the openssl dependency and use rustls instead
1 parent d92246d commit 0dd48d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/flagd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ serde_json = "1.0"
4747
serde = { version = "1.0", features = ["derive"] }
4848
lru = "0.13"
4949
futures = "0.3"
50-
reqwest = { version = "0.12", features = ["json", "stream"] }
50+
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }
5151
tracing = "0.1"
5252
tracing-subscriber = "0.3"
5353
anyhow = "1.0.95"

0 commit comments

Comments
 (0)