fix(rust): update some deps to build correctly on nightly

This commit is contained in:
alyssa 2024-09-27 16:17:09 +09:00
parent a0d56cd667
commit 873643153d
5 changed files with 228 additions and 108 deletions

View file

@ -10,7 +10,7 @@ anyhow = "1"
axum = "0.7.5"
fred = { version = "5.2.0", default-features = false, features = ["tracing", "pool-prefer-active"] }
lazy_static = "1.4.0"
metrics = "0.20.1"
metrics = "0.23.0"
serde = "1.0.152"
serde_json = "1.0.117"
sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "chrono", "macros"] }