diff --git a/Cargo.lock b/Cargo.lock index e1c31ec3ff959..f8476b64ff417 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,8 +1552,8 @@ dependencies = [ [[package]] name = "assertion-da-client" -version = "0.3.0" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=5b0b528#5b0b52811585a0d19b6218bdd89bc1383fffc48a" +version = "0.4.0" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=40731c9#40731c90f3e5b99a1301ea473aeae627e6e0f2eb" dependencies = [ "alloy", "assertion-da-core", @@ -1569,8 +1569,8 @@ dependencies = [ [[package]] name = "assertion-da-core" -version = "0.3.0" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=5b0b528#5b0b52811585a0d19b6218bdd89bc1383fffc48a" +version = "0.4.0" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=40731c9#40731c90f3e5b99a1301ea473aeae627e6e0f2eb" dependencies = [ "alloy", "serde", @@ -1578,8 +1578,8 @@ dependencies = [ [[package]] name = "assertion-executor" -version = "0.3.0" -source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=5b0b528#5b0b52811585a0d19b6218bdd89bc1383fffc48a" +version = "0.4.0" +source = "git+https://github.com/phylaxsystems/credible-sdk.git?rev=40731c9#40731c90f3e5b99a1301ea473aeae627e6e0f2eb" dependencies = [ "alloy", "alloy-consensus", diff --git a/crates/cheatcodes/Cargo.toml b/crates/cheatcodes/Cargo.toml index b16386c52f1e3..f5f8693b157bc 100644 --- a/crates/cheatcodes/Cargo.toml +++ b/crates/cheatcodes/Cargo.toml @@ -22,7 +22,9 @@ vergen = { workspace = true, default-features = false, features = [ ] } [dependencies] -assertion-executor = { git = "https://github.com/phylaxsystems/credible-sdk.git", rev = "5b0b528", features = ["phoundry"]} +assertion-executor = { git = "https://github.com/phylaxsystems/credible-sdk.git", rev = "40731c9", features = [ + "phoundry", +] } #assertion-executor = { path = "../../../credible-sdk/crates/assertion-executor", features = ["phoundry"]} foundry-cheatcodes-spec.workspace = true