chore(deps): update git.kemitix.net/kemitix/rust docker tag to v4
Some checks failed
Test / build (map[name:stable]) (push) Failing after 5s
Test / build (map[name:nightly]) (push) Failing after 5s

This commit is contained in:
Renovate Bot 2025-01-16 10:01:11 +00:00 committed by Paul Campbell
parent 7ca7d94781
commit 85a60431f2
3 changed files with 3 additions and 2 deletions

View file

@ -19,7 +19,7 @@ jobs:
container: container:
image: image:
git.kemitix.net/kemitix/rust:v3.0.0 git.kemitix.net/kemitix/rust:v4.0.1
steps: steps:
- name: Checkout repository - name: Checkout repository

View file

@ -18,7 +18,7 @@ jobs:
container: container:
image: image:
git.kemitix.net/kemitix/rust:v3.0.0 git.kemitix.net/kemitix/rust:v4.0.1
strategy: strategy:
matrix: matrix:

View file

@ -14,6 +14,7 @@ color-eyre = "0.6"
file-format = { version = "0.26", features = ["reader-txt"] } file-format = { version = "0.26", features = ["reader-txt"] }
ignore = "0.4" ignore = "0.4"
kxio = "5.0" kxio = "5.0"
native-tls = { version = "0.2", features = ["vendored"] }
regex = "1.10" regex = "1.10"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"