Skip to content

Commit

Permalink
updates and cargo deny
Browse files Browse the repository at this point in the history
Update dependencies. In particular, ensure we have only one copy of the
aws-sdk by updating Tuftool.

Use cargo deny to check licenses bans and sources.
  • Loading branch information
webern committed Sep 18, 2023
1 parent 97ca03a commit ac93a8b
Show file tree
Hide file tree
Showing 17 changed files with 236 additions and 575 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
labels: bottlerocket_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v3
- run: cargo build --locked
- run: cargo test --locked
- run: cargo fmt -- --check
- run: cargo clippy --locked -- -D warnings --no-deps
- run: make build
Loading

0 comments on commit ac93a8b

Please sign in to comment.