From 956d4297605789421f85973393bf25e4c3271158 Mon Sep 17 00:00:00 2001 From: Warfa Jibril Date: Thu, 31 Oct 2024 16:51:21 -0700 Subject: [PATCH] fix --- pax-chassis-web/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pax-chassis-web/Cargo.toml b/pax-chassis-web/Cargo.toml index f03326ad3..0ae77e3ad 100644 --- a/pax-chassis-web/Cargo.toml +++ b/pax-chassis-web/Cargo.toml @@ -35,7 +35,6 @@ log = "0.4.20" console_error_panic_hook = { version = "0.1.6", optional = true } js-sys = "0.3.63" web-time = "1.1.0" -getrandom = { version = "0.2.15", features = ["js"] } [dependencies.web-sys] version = "0.3.10"