chore(deps): update git.kemitix.net/kemitix/rust docker tag to v4
This commit is contained in:
parent
7ca7d94781
commit
b526e3d9d8
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -14,11 +14,15 @@ 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"
|
||||||
tokio = { version = "1.37", features = ["full"] }
|
tokio = { version = "1.37", features = ["full"] }
|
||||||
|
|
||||||
|
[package.metadata.cargo-machete]
|
||||||
|
ignored = ["native-tls"]
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
assert2 = "0.3"
|
assert2 = "0.3"
|
||||||
mutants = "0.0"
|
mutants = "0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue