Skip to content

Commit a68dec3

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

File tree

4 files changed

+44
-50
lines changed

4 files changed

+44
-50
lines changed

.github/workflows/manual-stable.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: nix build .#manual -L
3939

4040
- name: Deploy manual
41-
uses: JamesIves/github-pages-deploy-action@v4.6.9
41+
uses: JamesIves/github-pages-deploy-action@v4.7.2
4242
with:
4343
branch: gh-pages
4444
folder: result
@@ -52,7 +52,7 @@ jobs:
5252
if: ${{ env.api_version == env.latest_stable_api }}
5353

5454
- name: Deploy redirect farm
55-
uses: JamesIves/github-pages-deploy-action@v4.6.9
55+
uses: JamesIves/github-pages-deploy-action@v4.7.2
5656
with:
5757
branch: gh-pages
5858
folder: result-redirectFarm

.github/workflows/manual.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: nix build .#manual -L
3333

3434
- name: Deploy manual
35-
uses: JamesIves/github-pages-deploy-action@v4.6.9
35+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3636
with:
3737
branch: gh-pages
3838
folder: result
@@ -47,7 +47,7 @@ jobs:
4747
run: nix build .#manual.redirectFarm -L
4848

4949
- name: Deploy redirect farm
50-
uses: JamesIves/github-pages-deploy-action@v4.6.9
50+
uses: JamesIves/github-pages-deploy-action@v4.7.2
5151
with:
5252
branch: gh-pages
5353
folder: result-redirectFarm

Cargo.lock

+39-45
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ futures = "0.3.28"
1919
glob = "0.3.1"
2020
hostname = "0.4.0"
2121
indicatif = "0.17.3"
22-
itertools = "0.13.0"
22+
itertools = "0.14.0"
2323
libc = "0.2.144"
2424
log = "0.4.17"
2525
quit = "2.0.0"

0 commit comments

Comments
 (0)