mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
chore: new proto, new tonic
This commit is contained in:
parent
4a701818f2
commit
d7e9003c26
1 changed files with 2 additions and 2 deletions
|
@ -15,9 +15,9 @@ async-trait = "0.1"
|
||||||
# crdt
|
# crdt
|
||||||
diamond-types = "1.0"
|
diamond-types = "1.0"
|
||||||
# proto
|
# proto
|
||||||
codemp-proto = { git = "ssh://git@github.com/hexedtech/codemp-proto.git", tag = "v0.6.1" }
|
codemp-proto = { git = "ssh://git@github.com/hexedtech/codemp-proto.git", rev = "f2863537c84fccb2f84b634fb8e76392b75442da" }
|
||||||
uuid = { version = "1.7", features = ["v4"] }
|
uuid = { version = "1.7", features = ["v4"] }
|
||||||
tonic = { version = "0.11", features = ["tls", "tls-roots"] }
|
tonic = { version = "0.12", features = ["tls", "tls-roots"] }
|
||||||
# api
|
# api
|
||||||
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "sync"] }
|
tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "sync"] }
|
||||||
xxhash-rust = { version = "0.8", features = ["xxh3"] }
|
xxhash-rust = { version = "0.8", features = ["xxh3"] }
|
||||||
|
|
Loading…
Reference in a new issue