Skip to content

Commit

Permalink
Use ring instead of aws-lc-sys due to aws/aws-lc-rs#453
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
  • Loading branch information
bwoebi committed Jul 8, 2024
1 parent 3008bc2 commit 4d9f8a8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 180 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
rust_version: "${RUST_VERSION}"
fail-fast: false
steps:
- name: "(Windows) Install nasm"
if: matrix.platform == 'windows-latest'
uses: ilammy/setup-nasm@v1

- name: Checkout sources
uses: actions/checkout@v4

Expand Down Expand Up @@ -83,10 +79,6 @@ jobs:
- platform: "ubuntu-latest"
rust_version: "${RUST_VERSION}"
steps:
- name: "(Windows) Install nasm"
if: matrix.platform == 'windows-latest'
uses: ilammy/setup-nasm@v1

- name: Checkout sources
uses: actions/checkout@v4

Expand Down
174 changes: 4 additions & 170 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions ddcommon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ hyper-rustls = { version = "0.27", default-features = false, features = [
"native-tokio",
"http1",
"tls12",
"ring",
] }
aws-lc-rs = "1.8"
lazy_static = "1.4"
log = { version = "0.4" }
pin-project = "1"
regex = "1.5"
rustls = { version = "0.23", default-features = false }
rustls-native-certs = { version = "0.6" }
tokio = { version = "1.23", features = ["rt", "macros"] }
tokio-rustls = { version = "0.26" }
tokio-rustls = { version = "0.26", default-features = false }
serde = { version = "1.0", features = ["derive"] }
static_assertions = "1.1.0"

Expand Down

0 comments on commit 4d9f8a8

Please sign in to comment.