Skip to content

Commit f1a8715

Browse files
fix(deps): update all non-major dependencies
1 parent 1cf9cbf commit f1a8715

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,17 +137,17 @@ jobs:
137137
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
138138

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

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

149149
- name: Push Docker Image
150-
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
150+
uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v4.2.1
151151
with:
152152
push: true
153153
context: ./

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
8282

8383
- name: Run Dprint
84-
uses: dprint/check@2f1cf31537886c3bfb05591c031f7744e48ba8a1 # v2.2
84+
uses: dprint/check@9cb3a2b17a8e606d37aae341e49df3654933fc23 # v2.3

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ futures-util = "0.3.26"
3434
http = "0.2.9"
3535
once_cell = "1.17.1"
3636
rayon = "1.6.1"
37-
regress = "0.4.1"
37+
regress = "0.10.0"
3838
serde_json = "1.0.93"
3939
stable-pattern = "0.1.0"
40-
static-files = "0.2.3"
40+
static-files = "0.3.0"
4141
tracing = "0.1.37"
4242
tracing-actix-web = "0.7.2"
4343
url = "2.3.1"
@@ -48,7 +48,7 @@ version = "1.25.0"
4848
features = ["full"]
4949

5050
[dependencies.fantoccini]
51-
version = "0.19.3"
51+
version = "0.22.0"
5252
default-features = false
5353
features = ["rustls-tls"]
5454

@@ -57,11 +57,11 @@ version = "1.0.152"
5757
features = ["derive"]
5858

5959
[dependencies.redis]
60-
version = "0.22.3"
60+
version = "0.32.0"
6161
features = ["tokio-comp"]
6262

6363
[dependencies.reqwest]
64-
version = "0.11.14"
64+
version = "0.12.0"
6565
default-features = false
6666
features = ["rustls-tls", "json"]
6767

@@ -70,7 +70,7 @@ version = "0.3.16"
7070
features = ["env-filter"]
7171

7272
[dependencies.rust-s3]
73-
version = "0.32.3"
73+
version = "0.35.0"
7474
default-features = false
7575
features = ["tokio-rustls-tls", "tags"]
7676
optional = true
@@ -80,12 +80,12 @@ version = "0.34.7"
8080
optional = true
8181

8282
[dependencies.base64]
83-
version = "0.21.0"
83+
version = "0.22.0"
8484
optional = true
8585

8686
[build-dependencies]
8787
version_check = "0.9.4"
88-
static-files = "0.2.3"
88+
static-files = "0.3.0"
8989

9090
[features]
9191
default = ["fs_storage"]

0 commit comments

Comments
 (0)