Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent 1cf9cbf commit 1b62ff7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,17 +137,17 @@ jobs:
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3

- name: Setup Docker
uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2.4.1
uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v2.10.0

- name: Login to GitHub Container Registry
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
uses: docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Push Docker Image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
with:
push: true
context: ./
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ futures-util = "0.3.26"
http = "0.2.9"
once_cell = "1.17.1"
rayon = "1.6.1"
regress = "0.4.1"
regress = "0.10.0"
serde_json = "1.0.93"
stable-pattern = "0.1.0"
static-files = "0.2.3"
Expand All @@ -48,7 +48,7 @@ version = "1.25.0"
features = ["full"]

[dependencies.fantoccini]
version = "0.19.3"
version = "0.21.0"
default-features = false
features = ["rustls-tls"]

Expand All @@ -57,11 +57,11 @@ version = "1.0.152"
features = ["derive"]

[dependencies.redis]
version = "0.22.3"
version = "0.27.0"
features = ["tokio-comp"]

[dependencies.reqwest]
version = "0.11.14"
version = "0.12.0"
default-features = false
features = ["rustls-tls", "json"]

Expand All @@ -70,7 +70,7 @@ version = "0.3.16"
features = ["env-filter"]

[dependencies.rust-s3]
version = "0.32.3"
version = "0.35.0"
default-features = false
features = ["tokio-rustls-tls", "tags"]
optional = true
Expand All @@ -80,7 +80,7 @@ version = "0.34.7"
optional = true

[dependencies.base64]
version = "0.21.0"
version = "0.22.0"
optional = true

[build-dependencies]
Expand Down

0 comments on commit 1b62ff7

Please sign in to comment.