From 1c73fbd3cb1f101e01dd04180290c297a4f9bd89 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 30 Mar 2024 15:15:43 +0000 Subject: [PATCH] fix(deps): update all dependencies --- cuddle-rust-cli/crates/%%name%%/Cargo.toml | 4 ++-- cuddle-rust-service/crates/%%name%%/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cuddle-rust-cli/crates/%%name%%/Cargo.toml b/cuddle-rust-cli/crates/%%name%%/Cargo.toml index 9f7da15..d7583a6 100644 --- a/cuddle-rust-cli/crates/%%name%%/Cargo.toml +++ b/cuddle-rust-cli/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"] } 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"] }