From 8ec3c50012e659c0bba7ba19bd350943e68a1c82 Mon Sep 17 00:00:00 2001
From: alemi <me@alemi.dev>
Date: Tue, 18 Feb 2025 17:02:05 +0100
Subject: [PATCH] chore: bump dependencies

---
 Cargo.toml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 026e48a..6a748c3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,15 +21,15 @@ crate-type = ["cdylib", "rlib"]
 [dependencies]
 # core
 tracing = "0.1"
-thiserror = "1.0"
+thiserror = "2.0"
 # crdt
 diamond-types = "1.0"
 # proto
 codemp-proto = "0.7"
-uuid = { version = "1.10", features = ["v4"] }
+uuid = { version = "1.13", features = ["v4"] }
 tonic = { version = "0.12", features = ["tls", "tls-roots"] }
 # api
-tokio = { version = "1.40", features = ["macros", "rt-multi-thread", "sync"] }
+tokio = { version = "1.43", features = ["macros", "rt-multi-thread", "sync"] }
 xxhash-rust = { version = "0.8", features = ["xxh3"] }
 # client
 tokio-stream = "0.1"