diff --git a/Cargo.lock b/Cargo.lock index 8835209aed000..ef7ce61fd4420 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,8 +1552,8 @@ dependencies = [ [[package]] name = "assertion-da-client" -version = "0.2.0" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=a7571bb#a7571bb0cdb409aec151d028ff10d4a3d7d0a8be" +version = "0.2.2" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=13ceefe#13ceefecc5c42bbf283be07c12ad3bc1cdb94d4d" dependencies = [ "alloy", "assertion-da-core", @@ -1569,8 +1569,8 @@ dependencies = [ [[package]] name = "assertion-da-core" -version = "0.2.0" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=a7571bb#a7571bb0cdb409aec151d028ff10d4a3d7d0a8be" +version = "0.2.2" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=13ceefe#13ceefecc5c42bbf283be07c12ad3bc1cdb94d4d" dependencies = [ "alloy", "serde", @@ -1578,8 +1578,8 @@ dependencies = [ [[package]] name = "assertion-executor" -version = "0.2.0" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=a7571bb#a7571bb0cdb409aec151d028ff10d4a3d7d0a8be" +version = "0.2.2" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=13ceefe#13ceefecc5c42bbf283be07c12ad3bc1cdb94d4d" dependencies = [ "alloy", "alloy-consensus", diff --git a/crates/cheatcodes/Cargo.toml b/crates/cheatcodes/Cargo.toml index 2c54a47337c0d..496f4ae0dd52c 100644 --- a/crates/cheatcodes/Cargo.toml +++ b/crates/cheatcodes/Cargo.toml @@ -22,7 +22,7 @@ vergen = { workspace = true, default-features = false, features = [ ] } [dependencies] -assertion-executor = { git = "https://github.com/phylaxsystems/credible-sdk.git", rev = "a7571bb", features = ["phoundry"]} +assertion-executor = { git = "https://github.com/phylaxsystems/credible-sdk.git", rev = "13ceefe", features = ["phoundry"]} #assertion-executor = { path = "../../../credible-sdk/crates/assertion-executor", features = ["phoundry"]} foundry-cheatcodes-spec.workspace = true