Skip to content

Commit

Permalink
Remove unused crate from dependency (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Dec 28, 2024
1 parent 36de3df commit ca2c157
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,14 @@ rand = { version = "0.8.5", features = ["small_rng"] }
rand_distr = "0.4.3"
regex = { version = "1", optional = true }
scoped-tls = "1.0.1"
tokio = { version = "1.25.0", features = ["full"] }
tokio-stream = "0.1"
tokio-test = "0.4.2"
tokio-util = "0.7.4"
tokio = { version = "1.25.0", features = ["full", "test-util"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[dev-dependencies]
doc-comment = "0.3.3"
regex = "1"
tracing-subscriber = "0.3"
tokio-test = "0.4.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[features]
default = []
Expand Down

0 comments on commit ca2c157

Please sign in to comment.