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

@@ -8,16 +8,16 @@ edition = "2021"
[dependencies]
como_domain = { path = "../como_domain" }
tokio = { version = "1", features = ["full"] }
axum = "0.5.17"
axum = "0.6.18"
# utilty crates
serde = { version = "1.0.147", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
sqlx = { version = "0.6", features = [
"runtime-tokio-rustls",
"postgres",
"time",
] }
serde_json = "1.0.89"
serde_json = "1.0.96"
dotenv = "0.15.0"
tracing = "0.1"
tracing-subscriber = "0.3"
@@ -27,5 +27,5 @@ async-trait = "0.1"
thiserror = "1"
rust-argon2 = "1.0"
clap = { version = "4", features = ["derive", "env"] }
mockall = "0.11.3"
mockall = "0.11.4"
time = "0.3"