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" }