Update dependencies (#753)

This commit is contained in:
David Pedersen
2022-02-22 13:33:10 +01:00
parent 9bffd9d0db
commit 3238174b1c
10 changed files with 24 additions and 25 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ publish = false
[dependencies]
axum = { path = "../../axum" }
axum-extra = { path = "../../axum-extra" }
metrics = "0.17"
metrics-exporter-prometheus = "0.7"
metrics = "0.18"
metrics-exporter-prometheus = "0.8"
tokio = { version = "1.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }