diff --git a/Cargo.toml b/Cargo.toml index 99d93bf..3b4c27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ async-trait = "0.1.40" anyhow = "1.0" thiserror = "1.0" tracing = "0.1.26" -tracing-subscriber = "0.2.18" +tracing-subscriber = "0.3.12" async-graphql = { version = "2.9.4", features = ["tracing", "dataloader", "uuid"] } async-graphql-tide = "2.9.4" itertools = "0.10.1"