From 113a18958b3580188b3335ac69fe2318faa336b7 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 19 Mar 2024 01:02:05 +0000 Subject: [PATCH] fix(deps): update all dependencies --- cuddle-rust-service/crates/%%name%%/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cuddle-rust-service/crates/%%name%%/Cargo.toml b/cuddle-rust-service/crates/%%name%%/Cargo.toml index 9f7da15..d7583a6 100644 --- a/cuddle-rust-service/crates/%%name%%/Cargo.toml +++ b/cuddle-rust-service/crates/%%name%%/Cargo.toml @@ -13,6 +13,6 @@ dotenv.workspace = true axum.workspace = true serde = { version = "1.0.197", features = ["derive"] } -sqlx = { version = "0.7.3", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] } -uuid = { version = "1.7.0", features = ["v4"] } +sqlx = { version = "0.7.4", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] } +uuid = { version = "1.8.0", features = ["v4"] } tower-http = { version = "0.5.2", features = ["cors", "trace"] }