Skip to content

Commit dede83e

Browse files
committed
fix(deps): update all dependencies (patch only)
| datasource | package | from | to | | ----------- | ---------------------------------- | -------- | -------- | | github-tags | Swatinem/rust-cache | v2.7.3 | v2.7.8 | | github-tags | Swatinem/rust-cache | v2.7.0 | v2.7.8 | | crate | async-trait | 0.1.82 | 0.1.88 | | crate | clap | 4.5.35 | 4.5.38 | | crate | clap_complete | 4.5.24 | 4.5.50 | | crate | clap_complete_nushell | 4.5.4 | 4.5.5 | | crate | clap_mangen | 0.2.23 | 0.2.26 | | crate | comfy-table | 7.1.1 | 7.1.4 | | npm | eslint | 8.57.0 | 8.57.1 | | crate | futures | 0.3.30 | 0.3.31 | | go | github.com/mittwald/go-helm-client | v0.12.10 | v0.12.17 | | crate | libc | 0.2.171 | 0.2.172 | | npm | openapi-typescript | 6.7.5 | 6.7.6 | | crate | phf | 0.11.2 | 0.11.3 | | crate | phf_codegen | 0.11.2 | 0.11.3 | | crate | reqwest | 0.12.7 | 0.12.15 | | crate | semver | 1.0.23 | 1.0.26 | | crate | sha2 | 0.10.8 | 0.10.9 | | crate | snafu | 0.8.4 | 0.8.5 | | crate | termion | 4.0.2 | 4.0.5 | | crate | tracing | 0.1.40 | 0.1.41 | | crate | tracing-subscriber | 0.3.18 | 0.3.19 | | crate | url | 2.5.2 | 2.5.4 | | npm | yarn | 1.22.19 | 1.22.22 |
1 parent 480443d commit dede83e

File tree

9 files changed

+630
-286
lines changed

9 files changed

+630
-286
lines changed

.github/workflows/pr_cockpit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
toolchain: ${{ env.RUST_VERSION }}
5353

5454
- name: Setup Rust Cache
55-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
55+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
5656
with:
5757
key: pr-stackable-cockpit-chart
5858

@@ -112,7 +112,7 @@ jobs:
112112
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
113113

114114
- name: Setup Rust Cache
115-
uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
115+
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
116116
with:
117117
key: pr-stackable-cockpit-chart
118118

.github/workflows/pr_general.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: yarn
3939
- run: yarn install --frozen-lockfile
4040

41-
- uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0
41+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
4242
with:
4343
key: udeps
4444
cache-all-crates: "true"
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
go-version: ${{ env.GO_VERSION }}
8282

83-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
83+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
8484
with:
8585
key: doc
8686

@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
go-version: ${{ env.GO_VERSION }}
109109

110-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
110+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
111111
with:
112112
key: test
113113

.github/workflows/pr_stackablectl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
with:
6161
go-version: ${{ env.GO_VERSION }}
6262

63-
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
63+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
6464
with:
6565
key: build-stackablectl-${{ matrix.target }}
6666

0 commit comments

Comments
 (0)