diff --git a/Cargo.lock b/Cargo.lock index 528bdcc..6d7f94b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4284,7 +4284,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1e124130aee3fb58c5bdd6b639a0509486b0338acaaae0c84a5124b0f588b7f" dependencies = [ "cfg-if", - "serde_json", "wasm-bindgen-macro", ] diff --git a/Cargo.toml b/Cargo.toml index 8e340d8..0a4af6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde-wasm-bindgen = "0.6.3" serde_repr = "0.1.17" thiserror = "1.0.50" url = {version = "2.5.0", optional = true, features = ["serde"]} -wasm-bindgen = {version = "0.2.89", features = ["serde_json"]} +wasm-bindgen = "0.2.89" wasm-bindgen-futures = "0.4.39" [dev-dependencies]