From 373fc93319d12add39dab888c4ee7cf7ccf35f9e Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 27 Dec 2023 00:02:08 +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..d69870f 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.77" } 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.11", features = ["derive", "env"] } dotenv = { version = "0.15.0" } -axum = { version = "0.6.18" } +axum = { version = "0.7.2" } 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",