summaryrefslogtreecommitdiff
path: root/ext/ffi
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/ffi
parent329a8ae0c098619c8f976f2035e5599094cb43f4 (diff)
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'ext/ffi')
-rw-r--r--ext/ffi/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/ffi/Cargo.toml b/ext/ffi/Cargo.toml
index cef95bf49..ae090a097 100644
--- a/ext/ffi/Cargo.toml
+++ b/ext/ffi/Cargo.toml
@@ -23,7 +23,6 @@ log.workspace = true
serde.workspace = true
serde-value = "0.7"
serde_json = "1.0"
-tokio.workspace = true
[target.'cfg(windows)'.dependencies]
winapi = { workspace = true, features = ["errhandlingapi", "minwindef", "ntdef", "winbase", "winnt"] }