aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8ffce37..783a374 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,7 +5,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0"
-async-channel = "2.3"
+async-channel = "2.5"
chrono = { version = "0.4", features = [ "serde" ] }
clap = { version = "4.5", features = ["derive"] }
gtk4 = { version = "0.9", features = [ "v4_4" ] }
@@ -14,4 +14,4 @@ rusqlite_migration = "1.3"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "2.0"
-uuid = { version = "1.13", features = [ "v4" ] }
+uuid = { version = "1.19", features = [ "v4" ] }