Skip to content

Commit c5131f9

Browse files
chore(deps): update all non-major dependencies
1 parent f98a284 commit c5131f9

File tree

7 files changed

+103
-21
lines changed

7 files changed

+103
-21
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
toolchain: ${{ inputs.toolchain }}
6666
- name: Rust Cache
67-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
67+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
6868
- name: Install musl toolchain
6969
if: ${{ inputs.rpm }}
7070
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
toolchain: stable
2323
- name: Rust Cache
24-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
24+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2525
- name: Run cargo clippy to pick up any errors
2626
run: cargo clippy --all-targets -- -Dwarnings
2727
- name: Check code is formatted

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
toolchain: stable
6565

6666
- name: Rust Cache
67-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
67+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
6868

6969
- name: Install semantic-release-cargo
7070
run: cargo install --locked semantic-release-cargo

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ toml = "0.9.0"
3535
shell-words = "1.1.0"
3636

3737
[dev-dependencies]
38-
tempfile = "=3.19.1"
38+
tempfile = "=3.23.0"
3939

4040
[package.metadata.generate-rpm]
4141
assets = [

package-lock.json

Lines changed: 91 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"@semantic-release/commit-analyzer": "13.0.1",
44
"@semantic-release/exec": "7.1.0",
55
"@semantic-release/release-notes-generator": "14.1.0",
6-
"semantic-release": "25.0.1"
6+
"semantic-release": "25.0.2"
77
}
88
}

0 commit comments

Comments
 (0)