Skip to content

Commit 8e84a9d

Browse files
authored
Downgrade transitive deps to match minimal direct deps (#1640)
2 parents eea508e + 367ce44 commit 8e84a9d

8 files changed

Lines changed: 1831 additions & 1303 deletions

File tree

.github/workflows/lock-maintenance.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,20 @@ on:
77
jobs:
88
update-lock-files:
99
runs-on: ubuntu-latest
10+
env:
11+
UPDATE_DEPS: true
1012
permissions:
1113
contents: write
1214
pull-requests: write
1315
steps:
14-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1517
- uses: dtolnay/rust-toolchain@nightly
16-
- run: UPDATE_DEPS=true bash contrib/update-lock-files.sh
18+
- run: bash contrib/update-lock-files.sh
1719
- uses: peter-evans/create-pull-request@v7
1820
with:
21+
title: "chore: update cargo.lock"
22+
commit-message: "chore: update cargo.lock"
1923
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
20-
commit-message: "chore: update Cargo lock files"
21-
title: "chore: update Cargo lock files"
2224
branch: chore/cargo-lock-update
2325
add-paths: |
2426
Cargo-minimal.lock

0 commit comments

Comments
 (0)