From 314987c789a3bdd0bfd448a53e927a3f65523075 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 27 Apr 2024 04:39:48 +0000 Subject: [PATCH] chore(deps): update all dependencies --- cuddle-node-service/package.json | 2 +- cuddle-rust-cli/crates/%%name%%/Cargo.toml | 6 +++--- cuddle-rust-service/crates/%%name%%/Cargo.toml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cuddle-node-service/package.json b/cuddle-node-service/package.json index 137bc4f..2fc2e82 100644 --- a/cuddle-node-service/package.json +++ b/cuddle-node-service/package.json @@ -21,7 +21,7 @@ "autoprefixer": "^10.0.1", "postcss": "^8", "tailwindcss": "^3.3.0", - "eslint": "^8", + "eslint": "^9.0.0", "eslint-config-next": "14.1.4" } } \ No newline at end of file diff --git a/cuddle-rust-cli/crates/%%name%%/Cargo.toml b/cuddle-rust-cli/crates/%%name%%/Cargo.toml index 9f7da15..3df7549 100644 --- a/cuddle-rust-cli/crates/%%name%%/Cargo.toml +++ b/cuddle-rust-cli/crates/%%name%%/Cargo.toml @@ -12,7 +12,7 @@ clap.workspace = true 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"] } +serde = { version = "1.0.199", features = ["derive"] } +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..3df7549 100644 --- a/cuddle-rust-service/crates/%%name%%/Cargo.toml +++ b/cuddle-rust-service/crates/%%name%%/Cargo.toml @@ -12,7 +12,7 @@ clap.workspace = true 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"] } +serde = { version = "1.0.199", features = ["derive"] } +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"] }