From 7de3efb35826af07dc53dd7f89b4b11c35410e45 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Mon, 7 Oct 2024 17:45:57 -0400 Subject: [PATCH] bump slot rev --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8aac815ca6..b41298dbd7 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#61d2fd0cd856daa01b2da52b762368542c03da6f" +source = "git+https://github.com/cartridge-gg/controller?rev=61d2fd0#61d2fd0cd856daa01b2da52b762368542c03da6f" dependencies = [ "anyhow", "async-trait", @@ -12826,7 +12826,7 @@ dependencies = [ [[package]] name = "slot" version = "0.17.0" -source = "git+https://github.com/cartridge-gg/slot?rev=544cbc6#544cbc60162795ca83377c8b1d959bae6ba0e073" +source = "git+https://github.com/cartridge-gg/slot?rev=942be15#942be15fae2f17a9f520c18ceddcbae00037a695" dependencies = [ "account_sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ad4707a630..e4df02903a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -230,7 +230,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 = "544cbc6" } +slot = { git = "https://github.com/cartridge-gg/slot", rev = "942be15" } alloy-contract = { version = "0.3", default-features = false } alloy-json-rpc = { version = "0.3", default-features = false }