From 99fe1002c5961dcf5063b7ed51a9dfc426f96ace Mon Sep 17 00:00:00 2001 From: Joris Date: Fri, 7 Feb 2025 10:43:11 +0100 Subject: Upgrade dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 356fdcf..8ffce37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,4 +14,4 @@ rusqlite_migration = "1.3" serde = { version = "1.0", features = [ "derive" ] } serde_json = "1.0" thiserror = "2.0" -uuid = { version = "1.11", features = [ "v4" ] } +uuid = { version = "1.13", features = [ "v4" ] } -- cgit v1.2.3