From b673a3bdca91c992f09274d6d9af9e62e76bcee6 Mon Sep 17 00:00:00 2001 From: 4t145 Date: Thu, 25 Jan 2024 18:44:42 +0800 Subject: [PATCH] Update tardis version to fix k8s issue (#613) * update spacegate and tardis version * update tardis version --- Cargo.toml | 7 ++++--- services/bios-all/Cargo.toml | 7 +------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index eeb18ecc2..531780b25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,11 +59,12 @@ run_script = { version = "0.10" } testcontainers-modules = { version = "0.2" } strum = { version = "0.25", features = ["derive"] } # tardis -tardis = { version = "0.1.0-rc.9" } +# tardis = { version = "0.1.0-rc.9" } # tardis = { path = "../tardis/tardis" } -# tardis = { git = "https://github.com/ideal-world/tardis.git", rev = "9424e16" } +tardis = { git = "https://github.com/ideal-world/tardis.git", rev = "dd1c4b7" } #spacegate -spacegate-kernel = { git = "https://github.com/ideal-world/spacegate.git", rev = "35cff4fdc", features = [ + +spacegate-kernel = { git = "https://github.com/ideal-world/spacegate.git", rev = "f37a81a", features = [ "ws", "cache", "k8s", diff --git a/services/bios-all/Cargo.toml b/services/bios-all/Cargo.toml index 977d5e682..16df39a9b 100644 --- a/services/bios-all/Cargo.toml +++ b/services/bios-all/Cargo.toml @@ -12,12 +12,7 @@ publish.workspace = true [dependencies] serde.workspace = true -tardis = { workspace = true, features = [ - "web-server", - "conf-remote", - "cluster", - "k8s", -] } +tardis = { workspace = true, features = ["web-server", "conf-remote", "cluster", "k8s"] } bios-iam = { path = "../../support/iam", features = ["spi_search", "spi_kv"] } bios-auth = { path = "../../support/auth", features = ["web-server"] } bios-reach = { path = "../../support/reach" }