From d961c61c3a3ce4b0db0b2457f493ce3930c8013d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sun, 22 Oct 2023 20:41:57 +0000 Subject: [PATCH] chore(deps): update all dependencies --- Cargo.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 960666c..8512ed7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,24 +5,24 @@ resolver = "2" [workspace.dependencies] nefarious-login = { path = "crates/nefarious-login" } -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", features = ["env-filter"] } -clap = {version = "4.3.0", features = ["derive", "env"]} -async-trait = {version = "0.1.68", features = []} +clap = {version = "4.4.6", features = ["derive", "env"]} +async-trait = {version = "0.1.74", features = []} -axum = {version = "0.6.18", features = []} -axum-extra = {version = "0.7.4", features = ["cookie", "cookie-private"]} -axum-sessions = {version = "0.5.0", features = []} +axum = {version = "0.6.20", features = []} +axum-extra = {version = "0.8.0", features = ["cookie", "cookie-private"]} +axum-sessions = {version = "0.6.1", features = []} async-sqlx-session = {version = "0.4.0", features = ["pg"]} serde = {version = "1.0", features = ["derive"]} serde_json = {version = "1.0.107"} -uuid = {version = "1.3.3", features = []} -sqlx = { version = "0.6.2", features = [ +uuid = {version = "1.5.0", features = []} +sqlx = { version = "0.7.2", features = [ "runtime-tokio-rustls", "postgres", "migrate", @@ -31,13 +31,13 @@ sqlx = { version = "0.6.2", features = [ "time", "chrono", ] } -chrono = { version = "0.4.26", features = ["serde"] } +chrono = { version = "0.4.31", features = ["serde"] } -zitadel = { version = "3.3.1", features = ["axum"] } +zitadel = { version = "3.4.29", features = ["axum"] } tower = "0.4.13" -tower-http = { version = "0.4.0", features = ["cors", "trace"] } -oauth2 = "4.4.0" -openidconnect = "3.0.0" +tower-http = { version = "0.4.4", features = ["cors", "trace"] } +oauth2 = "4.4.2" +openidconnect = "3.4.0" pretty_assertions = "1.4.0" sealed_test = "1.0.0"