Skip to content

Commit

Permalink
Remove unused dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirTalwar committed Mar 11, 2024
1 parent e1a0edd commit 6aea341
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rust-connector-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ndc-test = ["dep:ndc-test"]
default = ["ndc-test"]

[dependencies]
gdc_rust_types = { git = "https://github.com/hasura/gdc_rust_types.git", rev = "3273434" }
ndc-client = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0" }
ndc-test = { git = "http://github.com/hasura/ndc-spec.git", tag = "v0.1.0", optional = true }

Expand All @@ -26,7 +25,6 @@ axum-extra = "^0.8.0"
bytes = "1.5.0"
clap = { version = "^4.4.7", features = ["derive", "env"] }
http = "^0.2"
indexmap = "2"
mime = "0.3.17"
opentelemetry = { version = "^0.20", default-features = false, features = ["rt-tokio", "trace"] }
opentelemetry-http = "0.9.0"
Expand Down

0 comments on commit 6aea341

Please sign in to comment.