diff options
author | Alex <alex@adnab.me> | 2023-09-05 22:08:40 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2023-09-05 22:08:40 +0000 |
commit | 5f86b48f9766019c6c74d14c2fba8c1176423cfb (patch) | |
tree | 6d71885b7df3b76b2e9c0b830a678450c285327f /Cargo.toml | |
parent | 32e5686ad8354a2b2b37807ba6d7add73a6d23ee (diff) | |
parent | 51eac97260d768d0f1f93680fad95787f7e42e72 (diff) | |
download | garage-5f86b48f9766019c6c74d14c2fba8c1176423cfb.tar.gz garage-5f86b48f9766019c6c74d14c2fba8c1176423cfb.zip |
Merge pull request 'Revert netapp to 0.5.2 to avoid rmp-serde upgrade that breaks things' (#627) from hold-netapp-0.5.2 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/627
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -18,14 +18,14 @@ default-members = ["src/garage"] [workspace.dependencies] format_table = { version = "0.1.1", path = "src/format-table" } -garage_api = { version = "0.8.3", path = "src/api" } -garage_block = { version = "0.8.3", path = "src/block" } -garage_db = { version = "0.8.3", path = "src/db", default-features = false } -garage_model = { version = "0.8.3", path = "src/model", default-features = false } -garage_rpc = { version = "0.8.3", path = "src/rpc" } -garage_table = { version = "0.8.3", path = "src/table" } -garage_util = { version = "0.8.3", path = "src/util" } -garage_web = { version = "0.8.3", path = "src/web" } +garage_api = { version = "0.8.4", path = "src/api" } +garage_block = { version = "0.8.4", path = "src/block" } +garage_db = { version = "0.8.4", path = "src/db", default-features = false } +garage_model = { version = "0.8.4", path = "src/model", default-features = false } +garage_rpc = { version = "0.8.4", path = "src/rpc" } +garage_table = { version = "0.8.4", path = "src/table" } +garage_util = { version = "0.8.4", path = "src/util" } +garage_web = { version = "0.8.4", path = "src/web" } k2v-client = { version = "0.0.4", path = "src/k2v-client" } [profile.dev] |