Skip to content

Commit

Permalink
chore(deps): removed unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ssoudan committed Oct 12, 2023
1 parent 97dabd5 commit ab0ad9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions language/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ tonic = { version = "0.10", features = ["tls"] }
prost = "0.12.1"
prost-types = "0.12.1"
tokio = "1.32.0"
tower-service = "0.3.2"
futures-util = "0.3.28"
thiserror = "1.0.48"

[build-dependencies]
Expand All @@ -34,3 +32,6 @@ prost-build = { version = "0.12.1" }
[dev-dependencies]
insta = { version = "1.31.0", features = ["json"] }
tokio-test = "0.4.3"

[package.metadata.cargo-machete]
ignored = ["prost", "prost-types"]

0 comments on commit ab0ad9d

Please sign in to comment.