chore: bump yrs to 0.19.2
This commit is contained in:
parent
53cbe992bf
commit
f083f9d88b
|
|
@ -7802,9 +7802,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yrs"
|
name = "yrs"
|
||||||
version = "0.19.1"
|
version = "0.19.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "71df0198938b69f1eec0d5f19f591c6e4f2f770b0bf16f858428f6d91b8bb280"
|
checksum = "a8ca5126331b9a5ef5bb10f3f1c3d01b05f298d348c66f8fb15497d83ee73176"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arc-swap",
|
"arc-swap",
|
||||||
"atomic_refcell",
|
"atomic_refcell",
|
||||||
|
|
|
||||||
|
|
@ -215,7 +215,7 @@ pgvector = { version = "0.3", features = ["sqlx"] }
|
||||||
client-api-entity = { path = "libs/client-api-entity" }
|
client-api-entity = { path = "libs/client-api-entity" }
|
||||||
|
|
||||||
# collaboration
|
# collaboration
|
||||||
yrs = "0.19.1"
|
yrs = { version = "0.19.2", features = ["sync"] }
|
||||||
collab = { version = "0.2.0" }
|
collab = { version = "0.2.0" }
|
||||||
collab-entity = { version = "0.2.0" }
|
collab-entity = { version = "0.2.0" }
|
||||||
collab-folder = { version = "0.2.0" }
|
collab-folder = { version = "0.2.0" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue