diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 14d4c38..86873e9 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -17,8 +17,6 @@ name = "murmur" [dependencies] subxt = "0.35.2" subxt-signer = "0.35.2" -subxt-metadata = "0.37.0" -subxt-core = "0.37.0" tokio = { version = "1.35", features = ["macros", "time", "rt-multi-thread"] } clap = { version = "4.1.1", features = ["derive"] } rand_chacha = "0.3.1"