diff --git a/Cargo.lock b/Cargo.lock index a0341b865a..c9469412fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10552,14 +10552,12 @@ dependencies = [ "bitvec", "derive-where", "either", - "finito", "frame-metadata 18.0.0", "futures", "getrandom", "hex", "http-body", "hyper", - "impl-serde 0.5.0", "jsonrpsee", "parity-scale-codec", "polkadot-sdk", diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index c3ef650dcf..c57bdd5e3e 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -46,7 +46,6 @@ web = [ "subxt-macro/web", "subxt-rpcs/web", "tokio?/sync", - "finito?/wasm-bindgen", ] # Feature flag to enable the default future executor. @@ -101,7 +100,6 @@ either = { workspace = true } web-time = { workspace = true } # Provides some deserialization, types like U256/H256 and hashing impls like twox/blake256: -impl-serde = { workspace = true } primitive-types = { workspace = true, features = ["codec", "scale-info", "serde"] } # Included if the "jsonrpsee" feature is enabled. @@ -127,7 +125,6 @@ tokio-util = { workspace = true, features = ["compat"], optional = true } # Only the `tokio/sync` is used in the reconnecting rpc client # and that compiles both for native and web. tokio = { workspace = true, optional = true } -finito = { workspace = true, optional = true } wasm-bindgen-futures = { workspace = true, optional = true } [dev-dependencies]