From a06e4a5b9d9274fe262849425849694988cbf500 Mon Sep 17 00:00:00 2001 From: xfy Date: Tue, 16 Jun 2026 17:21:22 +0800 Subject: [PATCH] build: remove uuid js feature and commit Cargo.lock updates --- Cargo.lock | 1 - Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7147b90..5252a6a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5309,7 +5309,6 @@ dependencies = [ "deadpool-postgres", "dioxus", "dotenvy", - "getrandom 0.2.17", "governor", "hex", "http", diff --git a/Cargo.toml b/Cargo.toml index 2533ef5..63d55fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ tokio = { version = "1.52", features = ["rt-multi-thread", "macros", "fs", "time tokio-postgres = { version = "0.7", features = ["with-chrono-0_4"], optional = true } deadpool-postgres = { version = "0.14", optional = true } argon2 = { version = "0.5", optional = true } -uuid = { version = "1", features = ["v4", "js"], optional = true } +uuid = { version = "1", features = ["v4"], optional = true } chrono = { version = "0.4", features = ["serde"] } regex = { version = "1.12", optional = true } pulldown-cmark = { version = "0.13", optional = true }