diff --git a/Cargo.toml b/Cargo.toml index c9fc7a21c..16a3f6331 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ members = [ "attestation-service/verifier", "attestation-service/rvps", ] +resolver = "2" [workspace.package] version = "0.1.0" @@ -30,7 +31,7 @@ config = "0.13.3" env_logger = "0.10.0" hex = "0.4.3" kbs-types = "0.5.3" -jsonwebtoken = "9" +jsonwebtoken = { version = "9", default-features = false } log = "0.4.17" prost = "0.11.0" rstest = "0.18.1"