From e2b642d243ffe405574dee7ee76e0e5ae12db9f4 Mon Sep 17 00:00:00 2001 From: Xynnn007 Date: Thu, 12 Dec 2024 17:44:17 +0800 Subject: [PATCH] DO NOT MERGE: only for test Signed-off-by: Xynnn007 --- Cargo.lock | 4 ++-- Cargo.toml | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7232f036d..466fe1b2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -3349,7 +3349,7 @@ dependencies = [ [[package]] name = "kbs-types" version = "0.9.1" -source = "git+https://github.com/virtee/kbs-types.git?rev=a704036#a70403665bfaa61c0984ae05654df0ad72591e96" +source = "git+https://github.com/Xynnn007/kbs-types.git?rev=d6151a8#d6151a8c961050aca95a28de7976097e79d8f9d4" dependencies = [ "base64 0.22.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 087c9ab74..16f3de471 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,9 @@ hmac = "0.12.1" jwt-simple = { version = "0.12", default-features = false, features = [ "pure-rust", ] } -kbs-types = { git = "https://github.com/virtee/kbs-types.git", rev = "a704036" } +# TODO: change this rev to official repo +# Once https://github.com/virtee/kbs-types/pull/53 gets merged +kbs-types = { git = "https://github.com/Xynnn007/kbs-types.git", rev = "d6151a8" } lazy_static = "1.5.0" log = "0.4.22" nix = "0.29"