aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoris Guyonvarch2025-12-22 14:20:40 +0100
committerJoris Guyonvarch2025-12-22 14:20:40 +0100
commite6135c5d729dd91e798a65ab44e4b03917ec2c58 (patch)
treeecf65f8c4abc86fa961924fe9b864d0a6c6ff171 /Cargo.toml
parent3933db74a8579c461328db7c83bfa7721108252d (diff)
Upgrade dependenciesmain
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" ] }