Skip to content

Commit 0af1ab4

Browse files
committed
Remove dependency on aws-lc-sys
1 parent 33d4759 commit 0af1ab4

File tree

2 files changed

+7
-138
lines changed

2 files changed

+7
-138
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async-tungstenite = { version = "0.28", features = [
8484
] }
8585
axum = "0.8.1"
8686
axum-extra = "0.10.0"
87-
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
87+
axum-server = { version = "0.7.1", features = ["tls-rustls-no-provider"] }
8888
backoff = { version = "0.4", features = ["tokio"] }
8989
base64 = "0.13"
9090
bytes = "1.4"
@@ -157,9 +157,9 @@ regex = "1.4"
157157
reqwest = { version = "0.12", default-features = false }
158158
rpassword = "5.0"
159159
rstest = "0.16.0"
160-
rumqttc = { git = "https://github.com/bytebeamio/rumqtt", rev = "49c3b5f81360299c316b052778905a7420bea579" }
160+
rumqttc = { git = "https://github.com/jarhodes314/rumqtt", rev = "8c489faf6af910956c97b55587ff3ecb2ac4e96f" }
161161
rumqttd = "0.19"
162-
rustls = { version = "0.23", default-features = false }
162+
rustls = { version = "0.23", default-features = false, features = ["ring"] }
163163
rustls-native-certs = "0.6.3"
164164
rustls-pemfile = "2.2"
165165
serde = "1.0"
@@ -179,7 +179,7 @@ test-case = "3.2"
179179
thiserror = "1.0"
180180
time = "0.3"
181181
tokio = { version = "1.37", default-features = false }
182-
tokio-rustls = "0.26.1"
182+
tokio-rustls = { version = "0.26.1", default-features = false }
183183
tokio-tungstenite = { version = "0.26.1" }
184184
tokio-util = { version = "0.7", features = ["codec"] }
185185
toml = "0.8"

0 commit comments

Comments
 (0)