diff options
author | Luca Casonato <hello@lcas.dev> | 2024-11-13 14:23:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-13 13:23:36 +0000 |
commit | 9331e2cef044945a91d53ea4cdc829d304157e0d (patch) | |
tree | 2f902dd75d5200912c24c79d231e28ad011ce24d /Cargo.toml | |
parent | ef4646278efef85a379b1e0f38c028320d07e3aa (diff) |
chore: update denokv_* (#26850)
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index de8b07cd0..6a8855629 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,10 +60,10 @@ deno_terminal = "0.2.0" napi_sym = { version = "0.107.0", path = "./ext/napi/sym" } test_util = { package = "test_server", path = "./tests/util/server" } -denokv_proto = "0.8.1" -denokv_remote = "0.8.1" +denokv_proto = "0.8.4" +denokv_remote = "0.8.4" # denokv_sqlite brings in bundled sqlite if we don't disable the default features -denokv_sqlite = { default-features = false, version = "0.8.2" } +denokv_sqlite = { default-features = false, version = "0.8.4" } # exts deno_broadcast_channel = { version = "0.171.0", path = "./ext/broadcast_channel" } @@ -157,8 +157,8 @@ percent-encoding = "2.3.0" phf = { version = "0.11", features = ["macros"] } pin-project = "1.0.11" # don't pin because they yank crates from cargo pretty_assertions = "=1.4.0" -prost = "0.11" -prost-build = "0.11" +prost = "0.13" +prost-build = "0.13" rand = "=0.8.5" regex = "^1.7.0" reqwest = { version = "=0.12.5", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks", "json", "http2"] } # pinned because of https://github.com/seanmonstar/reqwest/pull/1955 |