summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorIgor Zinkovsky <igor@deno.com>2023-09-03 17:47:52 -0700
committerGitHub <noreply@github.com>2023-09-03 17:47:52 -0700
commit1dc5d421149903f4e963e735755026d07022ac33 (patch)
treec0aefedee92ab93361fd539250b60a096e36bc0c /Cargo.lock
parentd6c49353c3f545bfd2af8711197d23e41dd5e378 (diff)
fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 77fd383bd..d30943048 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1301,6 +1301,7 @@ dependencies = [
"rusqlite",
"serde",
"serde_json",
+ "termcolor",
"tokio",
"url",
"uuid",