From 8417b51ad6c92a6b7e21d5f36f0978b957068c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 18:44:06 +0000 Subject: [PATCH] Bump yrs from 0.21.3 to 0.26.0 Bumps [yrs](https://github.com/y-crdt/y-crdt) from 0.21.3 to 0.26.0. - [Release notes](https://github.com/y-crdt/y-crdt/releases) - [Commits](https://github.com/y-crdt/y-crdt/compare/v0.21.3...v0.26.0) --- updated-dependencies: - dependency-name: yrs dependency-version: 0.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- crates/myapps-notes/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f5ab0c9..3614e61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4724,9 +4724,9 @@ dependencies = [ [[package]] name = "yrs" -version = "0.21.3" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81de5913bca29f43a1d12ca92a7b39a2945e9420e01602a7563917c7bfc60f70" +checksum = "89512f2d869f9947e1c58d57ef86c8f4ca1b1e8ccf24d6e1ff8c7cdbd67d54df" dependencies = [ "arc-swap", "async-lock", @@ -4737,7 +4737,7 @@ dependencies = [ "serde_json", "smallstr", "smallvec", - "thiserror 1.0.69", + "thiserror 2.0.18", ] [[package]] diff --git a/crates/myapps-notes/Cargo.toml b/crates/myapps-notes/Cargo.toml index 58504af..c39f6fa 100644 --- a/crates/myapps-notes/Cargo.toml +++ b/crates/myapps-notes/Cargo.toml @@ -13,7 +13,7 @@ anyhow.workspace = true tracing.workspace = true uuid.workspace = true tokio = { workspace = true, features = ["sync"] } -yrs = "0.21" +yrs = "0.26" futures-util = "0.3" [dev-dependencies]