Skip to content

Commit

Permalink
Cargo.toml: Update kbs_protocol crate to align with new JWE
Browse files Browse the repository at this point in the history
Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed Nov 25, 2024
1 parent 9f268f6 commit 2c9f3fd
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,20 @@ config = "0.13.3"
env_logger = "0.10.0"
hex = "0.4.3"
jwt-simple = "0.11"
kbs_protocol = { git = "https://github.com/confidential-containers/guest-components.git", rev="e6999a3c0fd877dae9e68ea78b8b483062db32b8", default-features = false }
kbs_protocol = { git = "https://github.com/Xynnn007/guest-components.git", rev = "2bfe3559bf273ddc835817498843f49c85359bbf", default-features = false }
kbs-types = "0.7.0"
kms = { git = "https://github.com/confidential-containers/guest-components.git", rev="e6999a3c0fd877dae9e68ea78b8b483062db32b8", default-features = false }
kms = { git = "https://github.com/Xynnn007/guest-components.git", rev = "2bfe3559bf273ddc835817498843f49c85359bbf", default-features = false }
jsonwebtoken = { version = "9", default-features = false }
log = "0.4.17"
prost = "0.12"
regorus = { version = "0.1.5", default-features = false, features = ["regex", "base64", "time"] }
reqwest = { version = "0.12", default-features = false, features = ["default-tls"] }
regorus = { version = "0.1.5", default-features = false, features = [
"regex",
"base64",
"time",
] }
reqwest = { version = "0.12", default-features = false, features = [
"default-tls",
] }
rstest = "0.18.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.132"
Expand All @@ -46,7 +52,7 @@ sha2 = "0.10"
shadow-rs = "0.19.0"
strum = { version = "0.25", features = ["derive"] }
thiserror = "1.0"
tokio = { version = "1", features = ["full"], default-features = false }
tokio = { version = "1", features = ["full"], default-features = false }
tempfile = "3.14.0"
tonic = "0.11"
tonic-build = "0.11"

0 comments on commit 2c9f3fd

Please sign in to comment.