Skip to content

Commit 07f23d7

Browse files
authored
Merge pull request #136 from iamjpotts/20230831-more-kubo-images
Add more kubo images to automated tests using Docker; upgrade testing dependencies
2 parents 25947f5 + e48cad9 commit 07f23d7

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

ipfs-api-versions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ proc-macro2 = "1.0"
1616
quote = "1.0"
1717

1818
[dev-dependencies]
19-
test-case = "2.2"
19+
test-case = "3.1"

ipfs-api-versions/src/lib.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ fn supported() -> Vec<(String, String)> {
4444
("ipfs/kubo", "v0.15.0"),
4545
("ipfs/kubo", "v0.16.0"),
4646
("ipfs/kubo", "v0.17.0"),
47+
("ipfs/kubo", "v0.18.0"),
48+
("ipfs/kubo", "v0.19.0"),
49+
("ipfs/kubo", "v0.20.0"),
50+
("ipfs/kubo", "v0.21.0"),
51+
("ipfs/kubo", "v0.22.0"),
4752
];
4853

4954
source

ipfs-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ actix-rt = "2.5"
3131
cfg-if = "1"
3232
futures = "0.3"
3333
ipfs-api-versions = { version = "0.1", path = "../ipfs-api-versions" }
34-
passivized_docker_engine_client = "0.0.6"
35-
passivized_htpasswd = "0.0.3"
34+
passivized_docker_engine_client = "0.0.8"
35+
passivized_htpasswd = "0.0.5"
3636
reqwest = "0.11"
3737
tempfile = "3.3"
3838
test-case = "2.2"

0 commit comments

Comments
 (0)