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

@ -5,16 +5,17 @@ edition = "2021"
[dependencies]
anyhow = { workspace = true }
config = "0.13.3"
config = "0.14.0"
fred = { workspace = true }
gethostname = "0.4.1"
lazy_static = { workspace = true }
metrics = { workspace = true }
metrics-exporter-prometheus = { version = "0.11.0", default-features = false, features = ["tokio", "http-listener", "tracing"] }
metrics-exporter-prometheus = { version = "0.15.3", default-features = false, features = ["tokio", "http-listener", "tracing"] }
serde = { workspace = true }
sqlx = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-gelf = "0.7.1"
tracing-subscriber = { workspace = true}
prost = { workspace = true }