diff options
| author | Igor Zinkovsky <igor@deno.com> | 2023-09-03 17:47:52 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-03 17:47:52 -0700 |
| commit | 1dc5d421149903f4e963e735755026d07022ac33 (patch) | |
| tree | c0aefedee92ab93361fd539250b60a096e36bc0c /Cargo.toml | |
| parent | d6c49353c3f545bfd2af8711197d23e41dd5e378 (diff) | |
fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 767b9ff5a..9f5f24868 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -137,6 +137,7 @@ smallvec = "1.8" socket2 = { version = "0.5.3", features = ["all"] } tar = "=0.4.40" tempfile = "3.4.0" +termcolor = "1.1.3" thiserror = "1.0.40" tokio = { version = "1.28.1", features = ["full"] } tokio-metrics = { version = "0.3.0", features = ["rt"] } |
