From 929fa750c4c23b437f97a8010a937764cc13bced Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Wed, 28 Apr 2021 22:32:04 -0500 Subject: [PATCH] Allow newer tracing versions --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 337ded5e..ab46a316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -92,7 +92,7 @@ static_assertions = "1.1" structopt = "0.3" tempfile = "3.1" test-case = "1.1" -tracing-subscriber = "=0.2.12" +tracing-subscriber = "0.2.12" serde_json = "1" [dev-dependencies.testserver]