Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: striped away the openssl dependency and use rustls instead #34

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: striped away the openssl dependency and use rustls instead
Signed-off-by: Erik Micheel <erik.micheel@arsipa.de>
  • Loading branch information
Erik Micheel committed Mar 17, 2025
commit 874fc83cd2f8c9c483cef53619a989ccd1e80920
2 changes: 1 addition & 1 deletion crates/flagd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
lru = "0.13"
futures = "0.3"
reqwest = { version = "0.12", features = ["json", "stream"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }
tracing = "0.1"
tracing-subscriber = "0.3"
anyhow = "1.0.95"