From 6b3e33caec1ee03a69b183a880e5b0fda15ad0d7 Mon Sep 17 00:00:00 2001 From: eternal-flame-AD <yume@yumechi.jp> Date: Mon, 29 Jul 2024 12:39:11 -0500 Subject: [PATCH] remove unused dependency Signed-off-by: eternal-flame-AD <yume@yumechi.jp> --- crates/unitdc-web/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/unitdc-web/Cargo.toml b/crates/unitdc-web/Cargo.toml index 20f430b..17d33d2 100644 --- a/crates/unitdc-web/Cargo.toml +++ b/crates/unitdc-web/Cargo.toml @@ -20,7 +20,6 @@ unitdc = { path = "../../" } # code size when deploying. console_error_panic_hook = { version = "0.1.6", optional = true } -serde_json = "1.0.99" web-sys = { version = "0.3.64", features = ["Window"] } serde-wasm-bindgen = "0.5.0" js-sys = "0.3.64"