Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Jun 10, 2024
1 parent 42d362a commit a782b03
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
9 changes: 0 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ tokio = { version = "1.37.0", features = ["full"] }
[build-dependencies]
build-data = "0.2.1"

[dev-dependencies]
insta = "1.38.0"
tempfile = "3.10.1"

[package.metadata.cargo-machete]
ignored = ["build_data"] # apparently cargo-machete doesn't find dependencies used by build scripts
9 changes: 0 additions & 9 deletions crates/query-engine/metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,4 @@ edition.workspace = true
workspace = true

[dependencies]
tiberius = { version = "0.12.2", default-features = false, features = ["rustls"] }
bb8 = "0.8.1"
bb8-tiberius = "0.15.0"
bytes = "1.6.0"
prometheus = "0.13.3"
serde_json = "1.0.116"
sqlformat = "0.2.3"
tokio-stream = "0.1.14"
tracing = "0.1.40"
thiserror = "1.0"

0 comments on commit a782b03

Please # to comment.