diff --git a/Cargo.lock b/Cargo.lock index 90f4d6c..6c41529 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1371,14 +1371,14 @@ dependencies = [ [[package]] name = "candid" version = "0.10.13" -source = "git+https://github.com/ldclabs/candid.git?rev=70b72a66576c010235bfa6f1adb0672944497523#70b72a66576c010235bfa6f1adb0672944497523" +source = "git+https://github.com/ldclabs/candid.git?rev=4cf7d02bad9530172cb4cafe733cb1e80689b793#4cf7d02bad9530172cb4cafe733cb1e80689b793" dependencies = [ "anyhow", "binread", "byteorder", "candid_derive", "hex", - "ic_principal 0.1.1 (git+https://github.com/ldclabs/candid.git?rev=70b72a66576c010235bfa6f1adb0672944497523)", + "ic_principal 0.1.1 (git+https://github.com/ldclabs/candid.git?rev=4cf7d02bad9530172cb4cafe733cb1e80689b793)", "leb128", "num-bigint", "num-traits", @@ -1393,7 +1393,7 @@ dependencies = [ [[package]] name = "candid_derive" version = "0.6.6" -source = "git+https://github.com/ldclabs/candid.git?rev=70b72a66576c010235bfa6f1adb0672944497523#70b72a66576c010235bfa6f1adb0672944497523" +source = "git+https://github.com/ldclabs/candid.git?rev=4cf7d02bad9530172cb4cafe733cb1e80689b793#4cf7d02bad9530172cb4cafe733cb1e80689b793" dependencies = [ "lazy_static", "proc-macro2", @@ -3682,7 +3682,7 @@ checksum = "1762deb6f7c8d8c2bdee4b6c5a47b60195b74e9b5280faa5ba29692f8e17429c" [[package]] name = "ic_principal" version = "0.1.1" -source = "git+https://github.com/ldclabs/candid.git?rev=70b72a66576c010235bfa6f1adb0672944497523#70b72a66576c010235bfa6f1adb0672944497523" +source = "git+https://github.com/ldclabs/candid.git?rev=4cf7d02bad9530172cb4cafe733cb1e80689b793#4cf7d02bad9530172cb4cafe733cb1e80689b793" dependencies = [ "crc32fast", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index 210306f..cc99506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ idna = "1.0" # https://github.com/ldclabs/anda/security/dependabot/1 url = "2.5" [patch.crates-io] -candid = { git = "https://github.com/ldclabs/candid.git", rev = "70b72a66576c010235bfa6f1adb0672944497523" } # remove check_recursion on stack for TEE +candid = { git = "https://github.com/ldclabs/candid.git", rev = "4cf7d02bad9530172cb4cafe733cb1e80689b793" } # remove check_recursion on stack for TEE [workspace.metadata.cargo-shear] ignored = ["idna"] diff --git a/agents/anda_bot/nitro_enclave/amd64.Dockerfile b/agents/anda_bot/nitro_enclave/amd64.Dockerfile index 37321f5..58ea277 100644 --- a/agents/anda_bot/nitro_enclave/amd64.Dockerfile +++ b/agents/anda_bot/nitro_enclave/amd64.Dockerfile @@ -26,7 +26,7 @@ RUN mv linux-amd64/dnsproxy ./ && chmod +x dnsproxy RUN wget -O ic_tee_nitro_gateway https://github.com/ldclabs/ic-tee/releases/download/v0.2.11/ic_tee_nitro_gateway RUN chmod +x ic_tee_nitro_gateway -RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.2.13/anda_bot +RUN wget -O anda_bot https://github.com/ldclabs/anda/releases/download/v0.2.14/anda_bot RUN chmod +x anda_bot FROM --platform=linux/amd64 debian:bookworm-slim AS runtime