Skip to content

Commit 56f6c5f

Browse files
committed
chore: bump dependency
1 parent 19f7493 commit 56f6c5f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ keywords = ["tangle", "blueprint", "avs"]
1313
rust-version = "1.88"
1414

1515
[dependencies]
16-
blueprint-sdk = { version = "0.1.0-alpha.19", default-features = false, features = ["std", "eigenlayer", "evm", "macros", "build"], git = "https://github.com/tangle-network/blueprint.git" }
16+
blueprint-sdk = { version = "0.1.0-alpha.19", default-features = false, features = ["std", "eigenlayer", "evm", "macros", "build", "testing"], git = "https://github.com/tangle-network/blueprint.git" }
17+
serde = { version = "1.0.208", features = ["derive"] }
1718
jsonrpc-core = { version = "18.0.0", default-features = false }
1819
jsonrpc-http-server = { version = "18.0.0", default-features = false }
19-
thiserror = "1.0"
20-
reqwest = "0.12"
20+
thiserror = { version = "2.0.17", default-features = false }
21+
reqwest = { version = "0.12.22", default-features = false }
2122
color-eyre = { version = "0.6", default-features = false }
2223

2324

2425
[build-dependencies]
25-
blueprint-sdk = { version = "0.1.0-alpha.19", default-features = false, features = ["std", "eigenlayer", "evm", "macros", "build"], git = "https://github.com/tangle-network/blueprint.git" }
26+
blueprint-sdk = { version = "0.1.0-alpha.19", default-features = false, features = ["std", "eigenlayer", "evm", "macros", "build", "testing"], git = "https://github.com/tangle-network/blueprint.git" }
2627

2728
[features]
2829
default = ["std"]

0 commit comments

Comments
 (0)