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 (hyperium#3307)

Signed-off-by: Sven Pfennig <[email protected]>
  • Loading branch information
tottoto authored and 0xE282B0 committed Jan 16, 2024
1 parent e94cce5 commit 151e39d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ wasmedge_wasi_socket = {version = "0.4.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 @@ -65,8 +64,6 @@ tokio_wasi = { version = "1", features = [
"time",
"test-util",
] }
# tokio-test = "0.4"
tokio-util_wasi = { version = "0.7", features = ["codec"] }
url = "2.2"

[features]
Expand Down

0 comments on commit 151e39d

Please sign in to comment.