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 Dec 31, 2024
1 parent a6b51f5 commit a68dec3
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: nix build .#manual -L

- name: Deploy manual
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: result
Expand All @@ -52,7 +52,7 @@ jobs:
if: ${{ env.api_version == env.latest_stable_api }}

- name: Deploy redirect farm
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: result-redirectFarm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: nix build .#manual -L

- name: Deploy manual
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: result
Expand All @@ -47,7 +47,7 @@ jobs:
run: nix build .#manual.redirectFarm -L

- name: Deploy redirect farm
uses: JamesIves/github-pages-deploy-action@v4.6.9
uses: JamesIves/github-pages-deploy-action@v4.7.2
with:
branch: gh-pages
folder: result-redirectFarm
Expand Down
84 changes: 39 additions & 45 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 @@ -19,7 +19,7 @@ futures = "0.3.28"
glob = "0.3.1"
hostname = "0.4.0"
indicatif = "0.17.3"
itertools = "0.13.0"
itertools = "0.14.0"
libc = "0.2.144"
log = "0.4.17"
quit = "2.0.0"
Expand Down

0 comments on commit a68dec3

Please sign in to comment.