diff --git a/Cargo.lock b/Cargo.lock index 95f17e41..bb65c561 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3552,7 +3552,7 @@ dependencies = [ [[package]] name = "stacks-codec" version = "2.10.0" -source = "git+https://github.com/hirosystems/clarinet.git?rev=3ec638a64171b7557613531f118f302992c99b89#3ec638a64171b7557613531f118f302992c99b89" +source = "git+https://github.com/hirosystems/clarinet.git?rev=2ea8e2a104c2e9f3c6f90297bfd79daf596bf34d#2ea8e2a104c2e9f3c6f90297bfd79daf596bf34d" dependencies = [ "clarity", "serde", diff --git a/Cargo.toml b/Cargo.toml index f1e1171f..530080e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ default-members = ["components/chainhook-cli", "components/chainhook-sdk"] resolver = "2" [patch.crates-io] -stacks-codec = { git = "https://github.com/hirosystems/clarinet.git", rev = "3ec638a64171b7557613531f118f302992c99b89" } +stacks-codec = { git = "https://github.com/hirosystems/clarinet.git", rev = "2ea8e2a104c2e9f3c6f90297bfd79daf596bf34d" }