diff --git a/Cargo.toml b/Cargo.toml index 9d4f442..7a19371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ time = { version = "0.3.43", default-features = false, features = [ "formatting", ], optional = true } tracing = { version = "0.1.41", features = ["max_level_trace"] } -tracing-subscriber = "=0.3.19" +tracing-subscriber = "=0.3.20" [build-dependencies] rustversion = "1.0.22"