diff options
| author | Igor Zinkovsky <igor@deno.com> | 2023-11-28 21:04:07 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-28 21:04:07 -0800 |
| commit | 75ec650f080ac66e98d8b848118dc2349ca70aa8 (patch) | |
| tree | 1024d70627165090f100d0203a5047072f99976a /Cargo.toml | |
| parent | 32c041c8d7c5d72d4c1850f1fd6f3f38b530a16c (diff) | |
chore(ext/kv): update denokv crates (#21357)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index 1c6842046..dcbcfa1c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,10 +49,10 @@ test_util = { path = "./test_util" } deno_lockfile = "0.17.2" deno_media_type = { version = "0.1.1", features = ["module_specifier"] } -denokv_proto = "0.2.1" +denokv_proto = "0.4.0" # denokv_sqlite brings in bundled sqlite if we don't disable the default features -denokv_sqlite = { default-features = false, version = "0.2.1" } -denokv_remote = "0.2.3" +denokv_sqlite = { default-features = false, version = "0.4.0" } +denokv_remote = "0.4.0" # exts deno_broadcast_channel = { version = "0.119.0", path = "./ext/broadcast_channel" } |
