Skip to content

Commit a3e1481

Browse files
committed
chore: get rid of openssl-sys in dependencies
1 parent c98d7d8 commit a3e1481

File tree

2 files changed

+5
-107
lines changed

2 files changed

+5
-107
lines changed

Cargo.lock

Lines changed: 0 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

boltzr/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ tonic = { workspace = true }
4444
tracing = { workspace = true }
4545
tracing-subscriber = { workspace = true }
4646
tokio-util = { workspace = true }
47-
tracing-loki = { version = "0.2.6", optional = true }
47+
tracing-loki = { version = "0.2.6", optional = true, default-features = false, features = [
48+
"compat-0-2-1",
49+
"rustls",
50+
] }
4851
futures = { workspace = true }
4952
metrics-process = { version = "2.4.3", optional = true }
5053
metrics-exporter-prometheus = { version = "0.18.1", optional = true, default-features = false }
@@ -78,10 +81,7 @@ opentelemetry-otlp = { version = "0.31.0", optional = true, features = [
7881
"gzip-tonic",
7982
] }
8083
tracing-opentelemetry = { version = "0.32.1", optional = true }
81-
async-tungstenite = { version = "0.32.1", features = [
82-
"tokio-native-tls",
83-
"tokio-runtime",
84-
] }
84+
async-tungstenite = { version = "0.32.1", features = ["tokio-runtime"] }
8585
async-trait = { workspace = true }
8686
futures-util = "0.3.32"
8787
async-stream = "0.3.6"

0 commit comments

Comments
 (0)