Skip to content

Commit

Permalink
Removes rustls ring feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SirCipher committed Jun 21, 2024
1 parent 01d84e7 commit 4497774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/swimos_remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ smallvec = { workspace = true }
url = { workspace = true }
pin-project = { workspace = true }

rustls = { workspace = true, optional = true, features = ["ring"] }
rustls = { workspace = true, optional = true }
webpki = { workspace = true, optional = true }
webpki-roots = { workspace = true, optional = true }
tokio-rustls = { workspace = true, optional = true }
Expand Down

0 comments on commit 4497774

Please sign in to comment.