From 76ca9d611f6fa777d95e4c2223f81b5bad9eb04e Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 02:59:08 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- Cargo.lock | 1 - crates/http-api-bindings/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2e2849e3c1cb..4befd5e13083 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1901,7 +1901,6 @@ dependencies = [ "tabby-inference", "tokio", "tower 0.5.1", - "tracing", ] [[package]] diff --git a/crates/http-api-bindings/Cargo.toml b/crates/http-api-bindings/Cargo.toml index 0f86424886a6..f6ad5644fee9 100644 --- a/crates/http-api-bindings/Cargo.toml +++ b/crates/http-api-bindings/Cargo.toml @@ -20,7 +20,6 @@ ollama-api-bindings = { path = "../ollama-api-bindings" } async-openai.workspace = true tower = { workspace = true , features = ["limit", "util", "buffer"] } tokio = { workspace = true } -tracing = { workspace = true } [dev-dependencies] tokio = { workspace = true, features = ["rt", "macros"] }