From 63553cc96cacc3f23fcd29a308acbc40d260e018 Mon Sep 17 00:00:00 2001 From: gix-bot <107688624+gix-bot@users.noreply.github.com> Date: Mon, 25 Jul 2022 10:21:54 +0200 Subject: [PATCH] Update commit of IC dependencies (#766) Co-authored-by: gix-bot --- src/canister_tests/Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/canister_tests/Cargo.toml b/src/canister_tests/Cargo.toml index 991c89c9f7..478424c75e 100644 --- a/src/canister_tests/Cargo.toml +++ b/src/canister_tests/Cargo.toml @@ -19,9 +19,9 @@ internet_identity_interface = { path = "../internet_identity_interface" } # All IC deps candid = "0.7" ic-cdk = "0.5" -ic-interfaces = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" } -ic-types = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" } -ic-certified-vars = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" } -ic-crypto-internal-basic-sig-iccsa = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" } -ic-error-types = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" } -ic-state-machine-tests = { git = "https://github.com/dfinity/ic", rev = "1b619398c778efc62867a69ecb7b24209b4e076a" } +ic-interfaces = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" } +ic-types = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" } +ic-certified-vars = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" } +ic-crypto-internal-basic-sig-iccsa = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" } +ic-error-types = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" } +ic-state-machine-tests = { git = "https://github.com/dfinity/ic", rev = "6f40c0952b7b97ad4f37d509bf2cf9992f8ccb66" }