From fa5264a142ebb941c943315a92ed84ddeb0e766d Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Mon, 3 Feb 2025 16:50:38 -0800 Subject: [PATCH] bump automerge dep to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a872dc..fe9dd4f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ axum = ["dep:axum", "dep:tokio", "dep:tokio-util"] tungstenite = ["dep:tungstenite"] [dependencies] -automerge = { version = "0.5.0" } +automerge = { version = "0.6.0" } axum = { version = "0.6.18", features = ["ws"], optional = true } uuid = { version = "1.2.2"} crossbeam-channel = { version = "0.5.8" }