Skip to content

Commit 9af17aa

Browse files
Craig Qianqianxjcraig
authored andcommitted
chore: switch AWS SDK to up-to-date HTTPS stack to reduce duplicated dependencies
- Update cargo-deny installation to use latest version - Remove legacy `rustls` feature that enabled the old TLS stack (hyper 0.14 + rustls 0.21 + ring) - Enable only `default-https-client` and `rt-tokio` to use the new default SDK configuration
1 parent ad7b283 commit 9af17aa

File tree

3 files changed

+33
-255
lines changed

3 files changed

+33
-255
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- run: cargo build --features ${{ matrix.features }} ${{ matrix.additional_flags }} --locked
4343
- run: cargo clippy --features ${{ matrix.features }} ${{ matrix.additional_flags }} --locked -- -D warnings --no-deps
4444
- run: cargo fmt -- --check
45-
- run: cargo install --version 0.14.24 cargo-deny --locked
45+
- run: cargo install cargo-deny --locked
4646
- run: cargo deny --features ${{ matrix.features }} --no-default-features check --disable-fetch licenses bans sources

0 commit comments

Comments
 (0)