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"