From dfdcab3c9a6abc35633740a7ec84afd9be74d60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8A=E6=AC=A7?= Date: Wed, 2 Oct 2024 19:33:54 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20Use=20original=20version=20of=20?= =?UTF-8?q?`sea-orm`.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f375a40..95181fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,13 +22,14 @@ tairitsu-database = { git = "https://github.com/celestia-island/tairitsu" } anyhow = "^1" async-trait = "^0.1" -derive_more = "*" +derive_more = { version = "^1", features = ["full"] } once_cell = "^1" base64 = "^0.22" bytes = "^1" chrono = { version = "^0.4", features = ["serde", "unstable-locales"] } futures = "^0.3" +cfg-if = "^1" serde = { version = "^1", features = ["derive"] } serde_json = "^1" @@ -68,7 +69,9 @@ wasm-bindgen = "0.2.92" wasm-bindgen-futures = "^0.4" gloo = "^0.11" -sled = "^0.34" +sea-orm = "^1" +worker = "^0.3" + image = { version = "^0.25", features = ["gif", "jpeg", "png", "webp"] } webp = "^0.3" webp-animation = "^0.9" @@ -77,4 +80,3 @@ webp-animation = "^0.9" yew = { git = "https://github.com/langyo/yew", branch = "wasi-support-test" } yew-router = { git = "https://github.com/langyo/yew", branch = "wasi-support-test" } stylist = { git = "https://github.com/langyo/stylist-rs", branch = "wasi-support" } -sea-orm = { git = "https://github.com/langyo/sea-orm.git", branch = "async-proxy-conn" }