1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: accept older release of crate tracing-subscriber
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-06-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/axum-extra/Cargo.toml
+++ b/axum-extra/Cargo.toml
@@ -92,7 +92,7 @@
tokio = { version = "1.14", features = ["full"] }
tower = { version = "0.5.2", features = ["util"] }
tower-http = { version = "0.6.0", features = ["map-response-body", "timeout"] }
-tracing-subscriber = "0.3.19"
+tracing-subscriber = "0.3.18"
[lints]
workspace = true
|