chore: update yrs version (#5262)

* chore: update yrs version

* chore: update client api
This commit is contained in:
Nathan.fooo
2024-05-06 11:30:13 +08:00
committed by GitHub
parent 266a2a53ab
commit 3a9de61599
22 changed files with 269 additions and 243 deletions

View File

@ -17,19 +17,19 @@ hyper = "0.14"
serde.workspace = true
serde_json.workspace = true
thiserror = "1.0"
tokio = { workspace = true, features = ["sync"]}
tokio = { workspace = true, features = ["sync"] }
parking_lot.workspace = true
lazy_static = "1.4.0"
bytes = { workspace = true, features = ["serde"] }
tokio-retry = "0.3"
anyhow.workspace = true
uuid.workspace = true
chrono = { workspace = true, default-features = false, features = ["clock", "serde"] }
collab = { version = "0.1.0" }
collab-plugins = { version = "0.1.0"}
collab-document = { version = "0.1.0" }
collab-entity = { version = "0.1.0" }
collab-folder = { version = "0.1.0" }
chrono = { workspace = true, default-features = false, features = ["clock", "serde"] }
collab = { workspace = true }
collab-plugins = { workspace = true }
collab-document = { workspace = true }
collab-entity = { workspace = true }
collab-folder = { workspace = true }
hex = "0.4.3"
postgrest = "1.0"
lib-infra = { workspace = true }