diff --git a/Cargo.toml b/Cargo.toml index 6281519..71ed391 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ futures-util = "0.3.31" tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tracing-subscriber = "0.3" tracing = "0.1" -transformrs = "0.6" +transformrs = "0.7" [dev-dependencies] assert_cmd = "2"