From bcdaa4c9a44b965bdb5e9daf5d7aa45cd5fc4b13 Mon Sep 17 00:00:00 2001 From: Ammar Arif Date: Mon, 16 Sep 2024 11:18:04 -0400 Subject: [PATCH] bump slot patch --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0a22ebb64d..61968fd625 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12841,8 +12841,8 @@ dependencies = [ [[package]] name = "slot" -version = "0.14.0" -source = "git+https://github.com/cartridge-gg/slot?tag=v0.14.0#b87f26919c38e43a78fea429cf7b6b927940d0b4" +version = "0.14.1" +source = "git+https://github.com/cartridge-gg/slot?tag=v0.14.1#267f4fbcf30654f313c1bcedf7310bc93e586690" dependencies = [ "account_sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4f00672aa2..a546af2b6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -227,7 +227,7 @@ alloy-sol-types = { version = "0.7.6", 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", tag = "v0.14.0" } +slot = { git = "https://github.com/cartridge-gg/slot", tag = "v0.14.1" } alloy-contract = { version = "0.2", default-features = false } alloy-json-rpc = { version = "0.2", default-features = false }