mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update yrs version (#5262)
* chore: update yrs version * chore: update client api
This commit is contained in:
@ -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 }
|
||||
|
Reference in New Issue
Block a user