Update all dependencies
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user