diff --git a/Cargo.lock b/Cargo.lock index ef7ce61fd4420..e1c31ec3ff959 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,8 +1552,8 @@ dependencies = [ [[package]] name = "assertion-da-client" -version = "0.2.2" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=13ceefe#13ceefecc5c42bbf283be07c12ad3bc1cdb94d4d" +version = "0.3.0" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=5b0b528#5b0b52811585a0d19b6218bdd89bc1383fffc48a" dependencies = [ "alloy", "assertion-da-core", @@ -1569,8 +1569,8 @@ dependencies = [ [[package]] name = "assertion-da-core" -version = "0.2.2" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=13ceefe#13ceefecc5c42bbf283be07c12ad3bc1cdb94d4d" +version = "0.3.0" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=5b0b528#5b0b52811585a0d19b6218bdd89bc1383fffc48a" dependencies = [ "alloy", "serde", @@ -1578,8 +1578,8 @@ dependencies = [ [[package]] name = "assertion-executor" -version = "0.2.2" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=13ceefe#13ceefecc5c42bbf283be07c12ad3bc1cdb94d4d" +version = "0.3.0" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=5b0b528#5b0b52811585a0d19b6218bdd89bc1383fffc48a" dependencies = [ "alloy", "alloy-consensus", diff --git a/crates/cheatcodes/Cargo.toml b/crates/cheatcodes/Cargo.toml index 496f4ae0dd52c..b16386c52f1e3 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 = "13ceefe", features = ["phoundry"]} +assertion-executor = { git = "https://github.com/phylaxsystems/credible-sdk.git", rev = "5b0b528", features = ["phoundry"]} #assertion-executor = { path = "../../../credible-sdk/crates/assertion-executor", features = ["phoundry"]} foundry-cheatcodes-spec.workspace = true