From 45708e91e82f4dcfb5c89511a432f79f1298b718 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Mon, 1 Apr 2024 21:52:52 +0800 Subject: [PATCH] =?UTF-8?q?deps:=20=E5=8A=A0=E5=85=A5=20anyhow=20=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 7 +++++++ Cargo.toml | 1 + 2 files changed, 8 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 8898f5e..03575e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -125,6 +125,12 @@ dependencies = [ "windows-sys 0.52.0", ] +[[package]] +name = "anyhow" +version = "1.0.81" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" + [[package]] name = "arrayvec" version = "0.7.4" @@ -396,6 +402,7 @@ dependencies = [ name = "bili-sync" version = "2.0.0" dependencies = [ + "anyhow", "async-stream", "chrono", "cookie 0.18.0", diff --git a/Cargo.toml b/Cargo.toml index 1035999..5252b0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,6 +37,7 @@ toml = "0.8.12" futures = "0.3.30" quick-xml = { version = "0.31.0", features = ["async-tokio"] } once_cell = "1.19.0" +anyhow = "1.0.81" entity = { path = "entity" } migration = { path = "migration" }