From 717257c48e5f8750e4b966c10932291c83bbcd8f Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Sun, 14 Jul 2024 22:20:57 +0200 Subject: [PATCH] Bump matchers --- tracing-subscriber/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracing-subscriber/Cargo.toml b/tracing-subscriber/Cargo.toml index 92efbff84..6678f569c 100644 --- a/tracing-subscriber/Cargo.toml +++ b/tracing-subscriber/Cargo.toml @@ -42,7 +42,7 @@ tracing-core = { path = "../tracing-core", version = "0.2", default-features = f # only required by the `env-filter` feature tracing = { optional = true, path = "../tracing", version = "0.2", default-features = false } -matchers = { optional = true, version = "0.1.0" } +matchers = { optional = true, version = "0.2.0" } regex = { optional = true, version = "1.6.0", default-features = false, features = ["std", "unicode-case", "unicode-perl"] } smallvec = { optional = true, version = "1.9.0" } once_cell = { optional = true, version = "1.13.0" }