Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 committed Feb 2, 2025
2 parents 54a25b7 + 4934528 commit f1abaad
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
name: Lint
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- name: Install clippy
Expand All @@ -30,6 +31,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Install dependencies
uses: ./.github/actions/install-dependencies
- run: cargo test
25 changes: 13 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ minio = "0.1"
serde_json = "1"
uuid = "1.12"
tempfile = "3.15"
aws-sdk-s3 = "1.69"
aws-sdk-s3 = "1.72"
aws-config = "1.5"
aws-smithy-runtime = "1.7"
aws-smithy-runtime-api = "1.7"
Expand Down

0 comments on commit f1abaad

Please sign in to comment.