Skip to content

Commit e934201

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

File tree

7 files changed

+116
-40
lines changed

7 files changed

+116
-40
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: 19 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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"
2727
nix = { version = "0.30", default-features = false, features = ["user"] }
2828
shlex = "1.3"
@@ -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)