summaryrefslogtreecommitdiff
path: root/ext/kv
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-05-13 14:23:39 -0700
committerGitHub <noreply@github.com>2024-05-13 14:23:39 -0700
commitdf879f9f746366ee6bd1dc757514e8e73deddc1d (patch)
tree3f937918a8816ed64678f1fa7adaae4270d8ddc6 /ext/kv
parent329a8ae0c098619c8f976f2035e5599094cb43f4 (diff)
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'ext/kv')
-rw-r--r--ext/kv/Cargo.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index 0cfaa28fe..a974f026e 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -30,14 +30,9 @@ log.workspace = true
num-bigint.workspace = true
prost.workspace = true
rand.workspace = true
-reqwest.workspace = true
rusqlite.workspace = true
serde.workspace = true
-serde_json.workspace = true
-termcolor.workspace = true
-tokio.workspace = true
url.workspace = true
-uuid = { workspace = true, features = ["serde"] }
[build-dependencies]
prost-build.workspace = true