Skip to content

Commit

Permalink
chore(deps): update all dependencies (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Isawan authored Sep 22, 2023
2 parents 10e5390 + bc9a82c commit 2715cb3
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
with:
save-if: ${{ github.ref == 'refs/head/main' }}
shared-key: "main"
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2
with:
save-if: ${{ github.ref == 'refs/head/main' }}
shared-key: "main"
Expand Down
4 changes: 2 additions & 2 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 @@ -15,7 +15,7 @@ path = "integration/main.rs"

[dependencies]
anyhow = "^1.0.75"
aws-sdk-s3 = { version = "^0.30.0" }
aws-sdk-s3 = { version = "^0.31.0" }
axum = { version = "^0.6.20", features = ["http2", "json", "tracing"] }
clap = { version = "^4.2.1", features = [
"derive",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.72@sha256:8a4ca3ca75afbc97bcf5362e9a694fe049d15734fbbaf82b8b7e224616c1254b
FROM docker.io/library/rust:1.72@sha256:911acdfd39276ead0dfb583a833f1db7d787ad0d5333848378d88f19e5fc158c
WORKDIR /usr/src/app
COPY Cargo.toml Cargo.lock .
RUN mkdir src/ && touch src/main.rs
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"
services:

postgres:
image: docker.io/library/postgres:15-alpine@sha256:8bc3c893342c766481df5fde58fab6f1a1115b94eb56778126163305243e9709
image: docker.io/library/postgres:16-alpine@sha256:4632571d35c43c53141ad14e66390ceaa4e6e5d6659aa2d122aab77d591915cd
network_mode: host
# ports:
# - "5432:5432"
Expand All @@ -13,7 +13,7 @@ services:
POSTGRES_PASSWORD: password

minio:
image: quay.io/minio/minio:latest@sha256:7e697b900f60d68e9edd2e8fc0dccd158e98938d924298612c5bbd294f2a1e65
image: quay.io/minio/minio:latest@sha256:3b756034530f04f584e48978219bf5208dbfd823a0b683702a7b44d2fac8b5e2
command: [ "server", "/data", "--console-address", ":9001" ]
network_mode: host
# ports:
Expand All @@ -26,7 +26,7 @@ services:
aws-cli:
depends_on:
- minio
image: docker.io/amazon/aws-cli@sha256:73ed5665c3c28ae3ac979f6791a8119f25a594ad7b20972b7a47723c1a17c71b
image: docker.io/amazon/aws-cli@sha256:1377b7923c2cfac3b7141c2afbdd64f71d89c1f1f5640d16b6f122d00e4a747e
entrypoint: aws
network_mode: host
command:
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
type: bind

nginx:
image: docker.io/library/nginx@sha256:6926dd802f40e5e7257fded83e0d8030039642e4e10c4a98a6478e9c6fe06153
image: docker.io/library/nginx@sha256:32da30332506740a2f7c34d5dc70467b7f14ec67d912703568daff790ab3f755
network_mode: host
volumes:
- ./resources/test/nginx:/etc/nginx:ro
Expand Down

0 comments on commit 2715cb3

Please sign in to comment.