diff --git a/Cargo.lock b/Cargo.lock index 165f2b7..855b172 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5,7 +5,7 @@ version = 3 [[package]] name = "account_sdk" version = "0.1.0" -source = "git+https://github.com/cartridge-gg/controller?rev=6644dd3#6644dd3706186b0cfe29f96795dbe1c9ae9b848f" +source = "git+https://github.com/cartridge-gg/controller?rev=fea57f1#fea57f16ba2c52e89311787aaaea8875b35e38f4" dependencies = [ "anyhow", "async-trait", diff --git a/slot/Cargo.toml b/slot/Cargo.toml index fe1e7e7..b5895f8 100644 --- a/slot/Cargo.toml +++ b/slot/Cargo.toml @@ -29,5 +29,5 @@ hyper.workspace = true serde_with = "3.9.0" # Must be synced across Dojo -account_sdk = { git = "https://github.com/cartridge-gg/controller", rev = "6644dd3" } +account_sdk = { git = "https://github.com/cartridge-gg/controller", rev = "fea57f1" } base64 = "0.22.1"