diff --git a/confidential-data-hub/image/Cargo.toml b/confidential-data-hub/image/Cargo.toml index 741e07f11..abcf1b60a 100644 --- a/confidential-data-hub/image/Cargo.toml +++ b/confidential-data-hub/image/Cargo.toml @@ -10,11 +10,7 @@ edition = "2021" base64.workspace = true crypto.path = "../deps/crypto" kms = { path = "../kms", default-features = false } -<<<<<<< HEAD -resource_uri.path = "../../attestation-agent/deps/resource_uri" -======= -resource_uri = { path = "../deps/resource_uri", optional = true } ->>>>>>> 9d6651f (AA: Remove Out-of-date API and crates which implemented by CDH) +resource_uri.path = "../deps/resource_uri" serde.workspace = true serde_json.workspace = true thiserror.workspace = true