mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
fix(rust): update some deps to build correctly on nightly
This commit is contained in:
parent
a0d56cd667
commit
873643153d
5 changed files with 228 additions and 108 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue