diff --git a/Cargo.lock b/Cargo.lock index 9ae29a8..d8091e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2903,8 +2903,8 @@ dependencies = [ [[package]] name = "katana-primitives" -version = "0.5.1-alpha.5" -source = "git+https://github.com/dojoengine/dojo?rev=4fe87ba#4fe87bab1ee4b4ecb2ce12f6385a9c934491c4ea" +version = "0.5.1" +source = "git+https://github.com/dojoengine/dojo?rev=c83936#c839363c5f561873355ca84da1173352f9955957" dependencies = [ "anyhow", "base64 0.21.3", diff --git a/Cargo.toml b/Cargo.toml index 7e9f7f8..85dd6ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.5.8" edition = "2021" [dependencies] -katana-primitives = { git = "https://github.com/dojoengine/dojo", rev = "4fe87ba", default-features = false, features = [ +katana-primitives = { git = "https://github.com/dojoengine/dojo", rev = "c83936", default-features = false, features = [ "serde", "blockifier", ] }