summaryrefslogtreecommitdiff
path: root/ext/kv
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-04-24 12:57:34 -0400
committerGitHub <noreply@github.com>2024-04-24 16:57:34 +0000
commitb60822f6e0e3c1f3e360657cfb67c114df2e7032 (patch)
tree45f0551b2fc3812e09add5167953af63e1bc1238 /ext/kv
parentb424959d3e2554a83dd6a7a9c8837805a3d9ae65 (diff)
chore: use deno_unsync through deno_core (#23532)
Diffstat (limited to 'ext/kv')
-rw-r--r--ext/kv/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/kv/Cargo.toml b/ext/kv/Cargo.toml
index 8cd95f55a..76affe9ee 100644
--- a/ext/kv/Cargo.toml
+++ b/ext/kv/Cargo.toml
@@ -22,7 +22,6 @@ deno_core.workspace = true
deno_fetch.workspace = true
deno_node.workspace = true
deno_tls.workspace = true
-deno_unsync = "0.1.1"
denokv_proto.workspace = true
denokv_remote.workspace = true
denokv_sqlite.workspace = true