summaryrefslogtreecommitdiff
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-08-17 17:29:01 -0400
committerGitHub <noreply@github.com>2020-08-17 17:29:01 -0400
commit974215afdd70cf39bedf34940fc47d6a60a1625e (patch)
tree360a8bc1273e989261ab054aa993a04caebc9c77 /core/Cargo.toml
parent1f7d4089f9125cec9fa0c0ada55a3d50a8cdfd0d (diff)
Simplify deno_core_http_bench op state (#7038)
Removes unnecessary wrappers around ResourceTable and CoreIsolate. Importantly: now uses the resource table inside CoreIsolateState rather than a different one. Removes derive_deref dependency
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 8a992fa88..b9ffa3e8f 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -30,5 +30,4 @@ path = "examples/http_bench.rs"
# These dependendencies are only used for deno_core_http_bench.
[dev-dependencies]
-derive_deref = "1.1.1"
tokio = { version = "0.2.22", features = ["full"] }