Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-11-15 17:01:41 +00:00
parent 78167f7381
commit 3e9e0469f9
8 changed files with 147 additions and 491 deletions

View File

@@ -10,15 +10,15 @@ como_core = { path = "../como_core" }
como_domain = { path = "../como_domain" }
como_infrastructure = { path = "../como_infrastructure" }
async-graphql = "4.0.6"
async-graphql = "4.0.16"
async-graphql-axum = "*"
axum = "0.5.13"
axum = "0.5.17"
axum-extra = { version = "*", features = ["cookie", "cookie-private"] }
axum-sessions = { version = "*" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.68"
tokio = { version = "1.20.1", features = ["full"] }
uuid = { version = "1.1.2", features = ["v4", "fast-rng"] }
serde_json = "1.0.87"
tokio = { version = "1.21.2", features = ["full"] }
uuid = { version = "1.2.2", features = ["v4", "fast-rng"] }
sqlx = { version = "0.6", features = [
"runtime-tokio-rustls",
"postgres",
@@ -26,10 +26,10 @@ sqlx = { version = "0.6", features = [
"uuid",
"offline",
] }
anyhow = "1.0.60"
anyhow = "1.0.66"
dotenv = "0.15.0"
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.15", features = ["env-filter"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tower-http = { version = "0.3.4", features = ["full"] }
argon2 = "0.4"
rand_core = { version = "0.6", features = ["std"] }