Skip to content

Commit

Permalink
Remove aws-lc-* packages (#8270)
Browse files Browse the repository at this point in the history
These were causing issues on certain Ubuntu runners. As a bonus, it also
removes a number of build support crates.
  • Loading branch information
mmastrac authored Jan 29, 2025
1 parent e2893a3 commit 6d79b49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 159 deletions.
159 changes: 2 additions & 157 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions rust/gel-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ thiserror = "2"
rustls-pki-types = "1"

tokio = { version = "1", optional = true, features = ["full"] }
rustls = { version = "0.23", optional = true }
rustls = { version = "0.23", optional = true, default-features = false, features = ["ring", "logging", "std", "tls12"] }
openssl = { version = "0.10.55", optional = true }
tokio-openssl = { version = "0.6.5", optional = true }
hickory-resolver = { version = "0.24.2", optional = true }
Expand All @@ -36,7 +36,6 @@ openssl-sys = { version = "*", optional = true }
tokio = { version = "1", features = ["full"] }
tempfile = "3"
ntest = "0.9.3"
rustls = "0.23"
rustls-pemfile = "2"

rstest = "0.24.0"
Expand Down

0 comments on commit 6d79b49

Please sign in to comment.