From 0fe90f93f9e63956121c2d634d10a811a8173769 Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Fri, 8 Dec 2023 14:24:59 -0500 Subject: [PATCH] chore: upgrade `rocket` version to resolve conflicts with other deps --- components/chainhook-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/chainhook-sdk/Cargo.toml b/components/chainhook-sdk/Cargo.toml index 2a2f46169..c67a34b65 100644 --- a/components/chainhook-sdk/Cargo.toml +++ b/components/chainhook-sdk/Cargo.toml @@ -20,7 +20,7 @@ hiro-system-kit = { version = "0.3.1", optional = true } # clarinet-utils = { version = "1", path = "../../../clarinet/components/clarinet-utils" } # hiro-system-kit = { version = "0.1.0", path = "../../../clarinet/components/hiro-system-kit" } chainhook-types = { version = "1.2.0", path = "../chainhook-types-rs" } -rocket = { version = "=0.5.0-rc.3", features = ["json"] } +rocket = { version = "0.5.0", features = ["json"] } bitcoincore-rpc = "0.16.0" bitcoincore-rpc-json = "0.16.0" base64 = "0.13.0"