summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2023-07-28 15:10:13 +0530
committerGitHub <noreply@github.com>2023-07-28 15:10:13 +0530
commitbddf5acf895ed764074a1bb2a8ab124dd70fd313 (patch)
tree89945b26b09a2c7201b0514b86bf9b7079638554 /ext/fetch
parent5cb1d18439f562c8004a941b0f56ed034a44b052 (diff)
chore: remove unused dependencies (#19962)
Diffstat (limited to 'ext/fetch')
-rw-r--r--ext/fetch/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index 0ecb15c9e..3476af220 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -23,5 +23,4 @@ http.workspace = true
reqwest.workspace = true
serde.workspace = true
tokio.workspace = true
-tokio-stream = "0.1.8"
tokio-util = { workspace = true, features = ["io"] }