From 32dd7879ba2b67261ff9acf77b381ec0c924ad1d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 13 Oct 2024 04:22:45 +0000 Subject: [PATCH] chore(deps): update all dependencies --- cuddle-leptos/Cargo.toml | 2 +- cuddle-rust-cli/crates/%%name%%/Cargo.toml | 4 ++-- cuddle-rust-service/crates/%%name%%/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cuddle-leptos/Cargo.toml b/cuddle-leptos/Cargo.toml index 96d7848..435ba11 100644 --- a/cuddle-leptos/Cargo.toml +++ b/cuddle-leptos/Cargo.toml @@ -26,7 +26,7 @@ simple_logger = "5.0.0" thiserror = "1" tokio = { version = "1.37.0", features = ["full"] } tower = { version = "0.5.0", features = ["full"] } -tower-http = { version = "0.5", features = ["full"] } +tower-http = { version = "0.6", features = ["full"] } wasm-bindgen = "=0.2.93" # See https://github.com/akesson/cargo-leptos for documentation of all the parameters. diff --git a/cuddle-rust-cli/crates/%%name%%/Cargo.toml b/cuddle-rust-cli/crates/%%name%%/Cargo.toml index cc374d6..ccf0674 100644 --- a/cuddle-rust-cli/crates/%%name%%/Cargo.toml +++ b/cuddle-rust-cli/crates/%%name%%/Cargo.toml @@ -14,6 +14,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"] } +sqlx = { version = "0.8.0", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] } uuid = { version = "1.7.0", features = ["v4"] } -tower-http = { version = "0.5.2", features = ["cors", "trace"] } +tower-http = { version = "0.6.0", features = ["cors", "trace"] } diff --git a/cuddle-rust-service/crates/%%name%%/Cargo.toml b/cuddle-rust-service/crates/%%name%%/Cargo.toml index 9f7da15..6136d0b 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"] } +sqlx = { version = "0.8.0", features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "time"] } uuid = { version = "1.7.0", features = ["v4"] } -tower-http = { version = "0.5.2", features = ["cors", "trace"] } +tower-http = { version = "0.6.0", features = ["cors", "trace"] }