Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit cd77197

Browse files
authored
chore: upgrade clarinet dependencies (#710)
### Description - upgrade stacks-codec to latest 3.2.0 - upgrade strum, in order to align the version used accross clarinet/chainhook/devnet-api
1 parent 6f9c718 commit cd77197

File tree

4 files changed

+12
-29
lines changed

4 files changed

+12
-29
lines changed

Cargo.lock

Lines changed: 9 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ default-members = ["components/chainhook-cli", "components/chainhook-sdk"]
88
resolver = "2"
99

1010
[patch.crates-io]
11-
stacks-codec = { git = "https://github.com/hirosystems/clarinet.git", rev = "d5e3599d6f541fd82f3bc94bfc81211419b9938d" }
11+
stacks-codec = { git = "https://github.com/hirosystems/clarinet.git", version = "3.2.0", rev = "116137316023ae912848a1ee1845fed30b306fdc" }

components/chainhook-sdk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2021"
1111
serde = { version = "1", features = ["rc"] }
1212
serde_json = { version = "1", features = ["arbitrary_precision"] }
1313
serde_derive = "1"
14-
stacks-codec = "2.4.1"
14+
stacks-codec = "3.0.0"
1515
clarity = { git = "https://github.com/stacks-network/stacks-core.git", branch = "feat/clarity-wasm-develop", package = "clarity", default-features = false, features = ["log"] }
1616
hiro-system-kit = { version = "0.3.4", optional = true }
1717
rocket = { version = "=0.5.0", features = ["json"] }

components/chainhook-types-rs/Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ license = "MIT"
55
version = "1.3.7"
66
edition = "2021"
77

8-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9-
108
[dependencies]
119
serde = "1"
1210
serde_json = "1"
1311
serde_derive = "1"
14-
strum = { version = "0.23.0", features = ["derive"] }
12+
strum = { version = "0.27.1", features = ["derive"] }
1513
schemars = { version = "0.8.16", git = "https://github.com/hirosystems/schemars.git", branch = "feat-chainhook-fixes" }
1614
hex = "0.4.3"

0 commit comments

Comments
 (0)