summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-05-23 15:35:16 +0100
committerGitHub <noreply@github.com>2024-05-23 16:35:16 +0200
commit0b8deca08b9257c41055b4f34ebdaf1459b2de89 (patch)
treea26602ffb9ee4ea88271722829252ba3b4b5c1eb /Cargo.toml
parentaeafb7b39ed6e0cb7601be53f63a5c6e0f2aa1a8 (diff)
chore: update denokv_* crates (#23949)
Co-authored-by: losfair <zhy20000919@hotmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b3b96c85f..6723c54e6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,10 +55,10 @@ deno_terminal = "0.1.1"
napi_sym = { version = "0.83.0", path = "./cli/napi/sym" }
test_util = { package = "test_server", path = "./tests/util/server" }
-denokv_proto = "0.5.0"
-denokv_remote = "0.5.0"
+denokv_proto = "0.7.0"
+denokv_remote = "0.7.0"
# denokv_sqlite brings in bundled sqlite if we don't disable the default features
-denokv_sqlite = { default-features = false, version = "0.5.0" }
+denokv_sqlite = { default-features = false, version = "0.7.0" }
# exts
deno_broadcast_channel = { version = "0.147.0", path = "./ext/broadcast_channel" }