Skip to content

Commit

Permalink
remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
robatipoor committed Mar 28, 2024
1 parent c92bc77 commit fd8e9d4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ tokio = { workspace = true }
tokio-util = { workspace = true }
tracing = { workspace = true }
url = { workspace = true }
tracing-subscriber = { workspace = true }
base64 = { workspace = true }
cuid2 = { workspace = true }
indicatif = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion cli/tests/cli/helper/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ use test_context::AsyncTestContext;
use tracing::info;

static SETUP: Lazy<()> = Lazy::new(|| {
tracing_subscriber::fmt().init();
std::process::Command::new("cargo")
.arg("build")
.arg("-q")
Expand Down

0 comments on commit fd8e9d4

Please sign in to comment.