Merge pull request #5811 from tzY15368/fix-katactl-conflict-dependency

kata-ctl: fix dependency version conflict
This commit is contained in:
Chao Wu 2022-12-06 10:44:48 +08:00 committed by GitHub
commit 538bddf4ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2669 additions and 40 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,6 +20,8 @@ thiserror = "1.0.35"
privdrop = "0.5.2"
nix = "0.25.0"
runtimes = { path = "../../runtime-rs/crates/runtimes" }
[target.'cfg(target_arch = "s390x")'.dependencies]
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "native-tls"] }