diff --git a/Cargo.toml b/Cargo.toml index f454f81..e7b6018 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,8 @@ bitcoin = { version = "0.32.2", features = ["serde", "rand"] } bitcoincore-rpc = { version = "0.18.0" } bollard = { version = "0.17.1" } futures = "0.3" +hex = { version = "0.4.3", default-features = false, features = ["serde"] } +jsonrpsee = { version = "0.24.2", features = ["http-client", "ws-client"] } log = "0.4" rand = "0.8" serde = { version = "1.0.192", default-features = false, features = ["alloc", "derive"] } @@ -18,8 +20,6 @@ serde_json = { version = "1.0", default-features = false } tempfile = "3.8" tokio = { version = "1.39", features = ["full"] } toml = "0.8.0" -jsonrpsee = { version = "0.24.2", features = ["http-client", "ws-client"] } -hex = { version = "0.4.3", default-features = false, features = ["serde"] } # Citrea dependencies sov-ledger-rpc = { git = "https://github.com/chainwayxyz/citrea", rev = "82bf52d", default-features = false, features = ["client"] }