diff --git a/Cargo.lock b/Cargo.lock index 272490dc1d..64197deea3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12664,7 +12664,7 @@ dependencies = [ [[package]] name = "slot" version = "0.8.0" -source = "git+https://github.com/cartridge-gg/slot?rev=a95f01e75f20a7902e23859614992e306c06a18b#a95f01e75f20a7902e23859614992e306c06a18b" +source = "git+https://github.com/cartridge-gg/slot?rev=717c6ca#717c6ca328d88a55718e1a97b84b97e1ddbd7b2e" dependencies = [ "account_sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index f4b6285e48..d5f98108f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -231,7 +231,7 @@ criterion = "0.5.1" # yet atm. Dojo depends on Slot and Slot depends on Controller, the version of Controller (account_sdk) # must be the same across all stack as their API are being used against each other. account_sdk = { git = "https://github.com/cartridge-gg/controller", rev = "0b5c318" } -slot = { git = "https://github.com/cartridge-gg/slot", rev = "a95f01e75f20a7902e23859614992e306c06a18b" } +slot = { git = "https://github.com/cartridge-gg/slot", rev = "717c6ca" } alloy-contract = { version = "0.2", default-features = false } alloy-json-rpc = { version = "0.2", default-features = false }