From dc724123f22117a242b1d125da32fb5afe5d283a Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 24 May 2024 04:04:25 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 2 +- crates/bearing/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f98441a..f0fbd16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.17" } clap = { version = "4.3.4", features = ["derive", "env"] } dotenv = { version = "0.15.0" } -axum = { version = "0.6.18" } +axum = { version = "0.7.0" } 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",