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" }