Skip to content

Commit 04dc529

Browse files
renovate[bot]maxdymond
authored andcommitted
fix(deps): update all non-major dependencies
1 parent 9c5bb6c commit 04dc529

6 files changed

Lines changed: 92 additions & 28 deletions

File tree

.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
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
toolchain: stable
2525
- name: Rust Cache
26-
uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
26+
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
2727
- name: Run cargo clippy to pick up any errors
2828
run: cargo clippy --all-targets -- -Dwarnings
2929
- 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.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ serde = { version = "1", features = ["derive"] }
2222
serde_yaml = "0.9"
2323
structopt = "0.3"
2424
uuid = { version = "1.16", features = ["v4"] }
25-
yaml-rust2 = "0.10.1"
25+
yaml-rust2 = "0.11.0"
2626
simplelog = "0.12"
27-
nix = { version = "0.30", default-features = false, features = ["user"] }
27+
nix = { version = "0.31", default-features = false, features = ["user"] }
2828
shlex = "1.3"
2929
sha2 = "0.10.8"
3030
anyhow = "1.0.98"
@@ -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.26.0"
3939

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

package-lock.json

Lines changed: 85 additions & 21 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.3"
77
}
88
}

0 commit comments

Comments
 (0)