From c3b22a63f158f01aee0c7ac4a9098103922abfe7 Mon Sep 17 00:00:00 2001 From: alemi Date: Thu, 22 Aug 2024 01:02:23 +0200 Subject: [PATCH] fix: proto bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37c0faa..cf7c7dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ async-trait = "0.1" # crdt diamond-types = "1.0" # proto -codemp-proto = { git = "ssh://git@github.com/hexedtech/codemp-proto.git", rev = "f2863537c84fccb2f84b634fb8e76392b75442da" } +codemp-proto = { git = "ssh://git@github.com/hexedtech/codemp-proto.git", rev = "334389360e330e3162c57cb3ff011feae13c84ba" } uuid = { version = "1.7", features = ["v4"] } tonic = { version = "0.12", features = ["tls", "tls-roots"] } # api