Update all dependencies

This commit is contained in:
2023-05-25 05:18:45 +00:00
parent 8c18ad8e2b
commit 61aff908c6
7 changed files with 542 additions and 177 deletions

View File

@@ -11,16 +11,16 @@ como_core = { path = "../como_core" }
como_domain = { path = "../como_domain" }
como_infrastructure = { path = "../como_infrastructure" }
async-graphql = "4.0.16"
async-graphql = "5.0.9"
async-graphql-axum = "*"
axum = "0.5.17"
axum = "0.6.18"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.89"
serde_json = "1.0.96"
tokio = { version = "1.22.0", features = ["full"] }
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
tokio = { version = "1.28.1", features = ["full"] }
uuid = { version = "1.3.3", features = ["v4", "fast-rng"] }
sqlx = { version = "0.6", features = [
"runtime-tokio-rustls",
"postgres",
@@ -28,12 +28,12 @@ sqlx = { version = "0.6", features = [
"uuid",
"offline",
] }
anyhow = "1.0.66"
anyhow = "1.0.71"
dotenv = "0.15.0"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
argon2 = "0.4"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
argon2 = "0.5"
rand_core = { version = "0.6", features = ["std"] }
cookie = { version = "0.16", features = ["secure", "percent-encode"] }
cookie = { version = "0.17", features = ["secure", "percent-encode"] }
tower = { version = "0.4", features = ["timeout"] }
tower-http = { version = "0.3", features = ["trace", "cors"] }
tower-http = { version = "0.4", features = ["trace", "cors"] }