From 4eaae27ed3349886a3d11c96b2b8ace86bb12b2e Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Thu, 3 Aug 2023 19:55:00 +0800 Subject: [PATCH] Update Cargo.toml (#331) --- crates/tabby-download/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/tabby-download/Cargo.toml b/crates/tabby-download/Cargo.toml index acbbc1dba7b..c2132f088ea 100644 --- a/crates/tabby-download/Cargo.toml +++ b/crates/tabby-download/Cargo.toml @@ -11,5 +11,5 @@ reqwest = { version = "0.11.18", features = ["stream", "json"] } anyhow = { workspace = true } serde = { workspace = true } serdeconv = { workspace = true } -tracing = { worksapce = true } +tracing = { workspace = true } tokio-retry = "0.3.0"