Skip to content

Commit 4497774

Browse files
committed
Removes rustls ring feature
1 parent 01d84e7 commit 4497774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/swimos_remote/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ smallvec = { workspace = true }
3131
url = { workspace = true }
3232
pin-project = { workspace = true }
3333

34-
rustls = { workspace = true, optional = true, features = ["ring"] }
34+
rustls = { workspace = true, optional = true }
3535
webpki = { workspace = true, optional = true }
3636
webpki-roots = { workspace = true, optional = true }
3737
tokio-rustls = { workspace = true, optional = true }

0 commit comments

Comments
 (0)