chore: bump yrs to 0.19.2

This commit is contained in:
Bartosz Sypytkowski 2024-07-17 11:12:56 +02:00
parent 53cbe992bf
commit f083f9d88b
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -7802,9 +7802,9 @@ dependencies = [
[[package]]
name = "yrs"
version = "0.19.1"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71df0198938b69f1eec0d5f19f591c6e4f2f770b0bf16f858428f6d91b8bb280"
checksum = "a8ca5126331b9a5ef5bb10f3f1c3d01b05f298d348c66f8fb15497d83ee73176"
dependencies = [
"arc-swap",
"atomic_refcell",

View File

@ -215,7 +215,7 @@ pgvector = { version = "0.3", features = ["sqlx"] }
client-api-entity = { path = "libs/client-api-entity" }
# collaboration
yrs = "0.19.1"
yrs = { version = "0.19.2", features = ["sync"] }
collab = { version = "0.2.0" }
collab-entity = { version = "0.2.0" }
collab-folder = { version = "0.2.0" }