From 3c2559a68caa610826aa883ca7f63feadeccd81b Mon Sep 17 00:00:00 2001 From: ec2 Date: Tue, 5 Dec 2023 07:35:57 +0000 Subject: [PATCH] axum tracing --- prover/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prover/Cargo.toml b/prover/Cargo.toml index c5448a90..464246c1 100644 --- a/prover/Cargo.toml +++ b/prover/Cargo.toml @@ -14,7 +14,7 @@ strum = { version = "=0.25", features = ["derive"] } cli-batteries = "0.5" eyre = "0.6" anstyle = "=1.0.0" -axum = "0.7" +axum = { version = "0.7", features = ["tracing"] } tokio = { version = "1.32", features = ["macros"] } jsonrpc-v2 = { version = "0.12", default-features = false, features = ["easy-errors", "macros", "bytes-v10"] }