Skip to content

Commit 35bb0c9

Browse files
build(deps): update all minor level dependencies
1 parent 35eccd1 commit 35bb0c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
profile: minimal
111111
toolchain: stable
112112
override: true
113-
- uses: kubewarden/github-actions/tarpaulin-install@72179510783eda8c052d17279881c3f7d02f968e # v4.0.0
113+
- uses: kubewarden/github-actions/tarpaulin-install@80562ea704490b77f2b56ba3eadec57631d439cd # v4.2.0
114114
- name: Generate unit-tests coverage
115115
run: make coverage-unit-tests
116116
- name: Upload unit-tests coverage to Codecov

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
9292

9393
- name: Install the crane command
94-
uses: kubewarden/github-actions/crane-installer@72179510783eda8c052d17279881c3f7d02f968e # v4.0.0
94+
uses: kubewarden/github-actions/crane-installer@80562ea704490b77f2b56ba3eadec57631d439cd # v4.2.0
9595

9696
- name: Login to GitHub Container Registry
9797
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ tikv-jemallocator = { version = "0.6.0", features = [
6464
"unprefixed_malloc_on_supported_platforms",
6565
] }
6666
tokio = { version = "^1.43.0", features = ["full"] }
67-
tonic = { version = "0.12.3" }
67+
tonic = { version = "0.13.0" }
6868
tower-http = { version = "0.6.1", features = ["trace"] }
6969
tracing = "0.1"
7070
tracing-opentelemetry = "0.30.0"

0 commit comments

Comments
 (0)