diff --git a/Cargo.toml b/Cargo.toml index 9572ee6..e04983a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,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"