From e1e5ee4b597dd6a3b4b8f3be4b4ab84106ba0401 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Mon, 27 Nov 2023 18:14:07 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 8 ++++---- crates/bearing/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f98441a..2b34da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,11 @@ resolver = "2" [workspace.dependencies] bearing = { path = "crates/bearing" } -anyhow = { version = "1.0.71" } +anyhow = { version = "1.0.75" } tokio = { version = "1", features = ["full"] } tracing = { version = "0.1", features = ["log"] } -tracing-subscriber = { version = "0.3.17" } -clap = { version = "4.3.4", features = ["derive", "env"] } +tracing-subscriber = { version = "0.3.18" } +clap = { version = "4.4.9", features = ["derive", "env"] } dotenv = { version = "0.15.0" } -axum = { version = "0.6.18" } +axum = { version = "0.7.1" } serde = { version = "1", features = ["derive"] } diff --git a/crates/bearing/Cargo.toml b/crates/bearing/Cargo.toml index 3027f3b..039941e 100644 --- a/crates/bearing/Cargo.toml +++ b/crates/bearing/Cargo.toml @@ -13,7 +13,7 @@ dotenv.workspace = true axum.workspace = true serde.workspace = true -sqlx = { version = "0.6", features = [ +sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "migrate",