Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pranshi06 committed May 3, 2024
1 parent bd04d44 commit 36b732c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 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/ndc-sqlserver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,12 @@ ndc-sqlserver-configuration = { path = "../configuration" }


tiberius = { version = "0.12.2", default-features = false, features = ["rustls"] }
bb8 = "0.8.1"
bb8-tiberius = "0.15.0"
async-trait = "0.1.80"
schemars = { version = "0.8.16", features = ["smol_str"] }
serde = { version = "1.0.198", features = ["derive", "rc"] }
serde_json = { version = "1.0.116", features = ["raw_value"] }
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"
prometheus = "0.13.3"
thiserror = "1.0"

[dev-dependencies]
ndc-models = { workspace = true }
Expand Down

0 comments on commit 36b732c

Please sign in to comment.