Skip to content

Commit 37e91d6

Browse files
chore: Bump Rust dependencies and GitHub Actions (#782)
* chore: Bump Rust dependencies and GitHub Actions * Update PR links * Bump to Rust 1.78.0 cargo check and cargo test passes without any issues. * Enable Kubernetes 1.30 support * Fix clippy errors * Bump Rust version in GitHub workflow * add product specfic custom error to product config utils * fmt * Derive strum::Display instead of fmt::Display * Update changelog --------- Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent 20b0183 commit 37e91d6

File tree

20 files changed

+3834
-26
lines changed

20 files changed

+3834
-26
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
CARGO_TERM_COLOR: always
1818
CARGO_INCREMENTAL: '0'
1919
CARGO_PROFILE_DEV_DEBUG: '0'
20-
RUST_TOOLCHAIN_VERSION: "1.77.0"
20+
RUST_TOOLCHAIN_VERSION: "1.78.0"
2121
RUSTFLAGS: "-D warnings"
2222
RUSTDOCFLAGS: "-D warnings"
2323
RUST_LOG: "info"

.github/workflows/reviewdog.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,30 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17-
- uses: reviewdog/action-actionlint@9d8b58041eed1373f173e91b9a3db5a844197236 # v1.44.0
17+
- uses: reviewdog/action-actionlint@51bfb044ddaed55059d16f14daedbe05a9937dc1 # v1.45.0
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
detect-secrets:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
25-
- uses: reviewdog/action-detect-secrets@94733b0db23052b787e9cc4b7542a8ddb36758da # v0.20.0
25+
- uses: reviewdog/action-detect-secrets@8827bf02944e7d1684d490c2361be0bf6c2d6e7d # v0.21.0
2626
with:
2727
github_token: ${{ secrets.github_token }}
2828

2929
markdownlint:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33-
- uses: reviewdog/action-markdownlint@7c945172feb13e44779783ebae77cdd185607a7f # v0.17.0
33+
- uses: reviewdog/action-markdownlint@5bc6ad5ba9e1250878f351bafcc7ac0a11dc050f # v0.18.0
3434
with:
3535
github_token: ${{ secrets.GITHUB_TOKEN }}
3636

3737
yamllint:
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
41-
- uses: reviewdog/action-yamllint@04e023c110e088170fb3dea6ab7bea64f04d0db0 # v1.13.0
41+
- uses: reviewdog/action-yamllint@8d79c3d034667db2792e328936811ed44953d691 # v1.14.0
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
debug/
22
target/
3-
Cargo.lock
43
**/*.rs.bk
54

65
.idea/

0 commit comments

Comments
 (0)