From 72ef3dc7a47594740c42ca86e7830ea3073da09f Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Wed, 3 Jul 2024 08:25:51 +0100 Subject: [PATCH] Bump SignInWithEmail canister to v0.11.0 (#5981) --- Cargo.lock | 21 +++++++++++---------- Cargo.toml | 4 ++-- dfx.json | 4 ++-- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a185f1372..b938943414 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3905,20 +3905,21 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "magic_links" -version = "0.10.0" -source = "git+https://github.com/open-chat-labs/ic-sign-in-with-email?rev=v0.10.0#11e1f2865fdd143bf4b950a42f97097090e42960" +version = "0.11.0" +source = "git+https://github.com/open-chat-labs/ic-sign-in-with-email?rev=v0.11.0#fc2604444753d3c2f7138e580364d3f7ed35c634" dependencies = [ "aes-gcm", "clap 4.5.4", "hex", "ic_principal", "rand 0.8.5", + "rmp-serde", "rsa 0.9.6", "serde", "serde_json", "serde_with", "sign_in_with_email_canister", - "utils 0.10.0", + "utils 0.11.0", ] [[package]] @@ -5983,8 +5984,8 @@ dependencies = [ [[package]] name = "sign_in_with_email_canister" -version = "0.10.0" -source = "git+https://github.com/open-chat-labs/ic-sign-in-with-email?rev=v0.10.0#11e1f2865fdd143bf4b950a42f97097090e42960" +version = "0.11.0" +source = "git+https://github.com/open-chat-labs/ic-sign-in-with-email?rev=v0.11.0#fc2604444753d3c2f7138e580364d3f7ed35c634" dependencies = [ "base64 0.22.1", "candid", @@ -6627,14 +6628,14 @@ dependencies = [ [[package]] name = "test_utils" -version = "0.10.0" -source = "git+https://github.com/open-chat-labs/ic-sign-in-with-email?rev=v0.10.0#11e1f2865fdd143bf4b950a42f97097090e42960" +version = "0.11.0" +source = "git+https://github.com/open-chat-labs/ic-sign-in-with-email?rev=v0.11.0#fc2604444753d3c2f7138e580364d3f7ed35c634" dependencies = [ "magic_links", "rand 0.8.5", "rsa 0.9.6", "sign_in_with_email_canister", - "utils 0.10.0", + "utils 0.11.0", ] [[package]] @@ -7355,8 +7356,8 @@ dependencies = [ [[package]] name = "utils" -version = "0.10.0" -source = "git+https://github.com/open-chat-labs/ic-sign-in-with-email?rev=v0.10.0#11e1f2865fdd143bf4b950a42f97097090e42960" +version = "0.11.0" +source = "git+https://github.com/open-chat-labs/ic-sign-in-with-email?rev=v0.11.0#fc2604444753d3c2f7138e580364d3f7ed35c634" dependencies = [ "email_address", "rsa 0.9.6", diff --git a/Cargo.toml b/Cargo.toml index 7cd5067b8d..4c70a02d4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -218,8 +218,8 @@ serde_repr = "0.1.19" serde_tokenstream = "0.2.0" sha2 = "0.10.8" sha3 = "0.10.8" -sign_in_with_email_canister = { git = "https://github.com/open-chat-labs/ic-sign-in-with-email", rev = "v0.10.0" } -sign_in_with_email_canister_test_utils = { package = "test_utils", git = "https://github.com/open-chat-labs/ic-sign-in-with-email", rev = "v0.10.0" } +sign_in_with_email_canister = { git = "https://github.com/open-chat-labs/ic-sign-in-with-email", rev = "v0.11.0" } +sign_in_with_email_canister_test_utils = { package = "test_utils", git = "https://github.com/open-chat-labs/ic-sign-in-with-email", rev = "v0.11.0" } syn = "2.0.65" test-case = "3.3.1" time = "0.3.36" diff --git a/dfx.json b/dfx.json index 476461a8dd..1582c8637f 100644 --- a/dfx.json +++ b/dfx.json @@ -128,8 +128,8 @@ }, "sign_in_with_email": { "type": "custom", - "candid": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.10.0/can.did", - "wasm": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.10.0/sign_in_with_email.wasm.gz" + "candid": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.11.0/can.did", + "wasm": "https://github.com/open-chat-labs/ic-sign-in-with-email/releases/download/v0.11.0/sign_in_with_email.wasm.gz" }, "sign_in_with_ethereum": { "type": "custom",