diff --git a/Cargo.toml b/Cargo.toml index f98441a..911c342 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.79" } 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.12", features = ["derive", "env"] } dotenv = { version = "0.15.0" } -axum = { version = "0.6.18" } +axum = { version = "0.7.3" } 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",