From 72767b2d52d7e75a924de472ec02c1902eb3c4d5 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Fri, 20 Sep 2024 15:37:23 -0400 Subject: [PATCH] bump `slot` & `account_sdk` --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7529aed876..ed66717cbe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ [[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", @@ -12902,7 +12902,7 @@ dependencies = [ [[package]] name = "slot" version = "0.16.0" -source = "git+https://github.com/cartridge-gg/slot?rev=055dbb3#055dbb331459ee586f853bbd0f29e532a05cdcba" +source = "git+https://github.com/cartridge-gg/slot?rev=630ed37#630ed377d55662847d2219c8662f6d0867f3e2fb" dependencies = [ "account_sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d97083e8cf..1cbf31f5d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -227,7 +227,7 @@ alloy-sol-types = { version = "0.8.3", default-features = false } criterion = "0.5.1" # Slot integration. Dojo don't need to manually include `account_sdk` as dependency as `slot` already re-exports it. -slot = { git = "https://github.com/cartridge-gg/slot", rev = "055dbb3" } +slot = { git = "https://github.com/cartridge-gg/slot", rev = "630ed37" } alloy-contract = { version = "0.3", default-features = false } alloy-json-rpc = { version = "0.3", default-features = false }