Skip to content

Commit

Permalink
chore(dependencies): Remove unused num_cpus and tokio-util dependenci…
Browse files Browse the repository at this point in the history
…es (#3307)
  • Loading branch information
tottoto authored Sep 8, 2023
1 parent 6a64a22 commit 09de48d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ libc = { version = "0.2", optional = true }
futures-util = { version = "0.3", default-features = false, features = ["alloc"] }
http-body-util = "=0.1.0-rc.3"
matches = "0.1"
num_cpus = "1.0"
pretty_env_logger = "0.4"
spmc = "0.3"
serde = { version = "1.0", features = ["derive"] }
Expand All @@ -61,7 +60,6 @@ tokio = { version = "1", features = [
"test-util",
] }
tokio-test = "0.4"
tokio-util = { version = "0.7", features = ["codec"] }
url = "2.2"

[features]
Expand Down

0 comments on commit 09de48d

Please sign in to comment.