summaryrefslogtreecommitdiff
path: root/ext/web/Cargo.toml
diff options
context:
space:
mode:
authorSquirrel <gilescope@gmail.com>2021-09-17 13:39:32 +0100
committerGitHub <noreply@github.com>2021-09-17 14:39:32 +0200
commit4b79e5a459de16bb85c70eaf9c716e51f1c281bd (patch)
tree2f7d3bbae75e63566326b9004f27330a27f98633 /ext/web/Cargo.toml
parent99de9eb4c2a78bf0efdcb5407bec76833dc459cd (diff)
chore: Remove unused deps from Cargo.toml files (#12106)
Diffstat (limited to 'ext/web/Cargo.toml')
-rw-r--r--ext/web/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 93b9eaa25..7858fa843 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -21,6 +21,3 @@ encoding_rs = "0.8.28"
serde = "1.0.129"
tokio = { version = "1.10.1", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4", "serde"] }
-
-[dev-dependencies]
-futures = "0.3.15"