fix: monero-harness regex error by bumping tracing-subscriber version

This commit is contained in:
Einliterflasche 2024-08-21 13:45:54 +02:00
parent e1c922b942
commit 622a8ccc25
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -2662,7 +2662,7 @@ dependencies = [
"testcontainers",
"tokio",
"tracing",
"tracing-subscriber 0.2.25",
"tracing-subscriber 0.3.18",
]
[[package]]

View File

@ -13,4 +13,4 @@ rand = "0.7"
testcontainers = "0.15"
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "macros" ] }
tracing = "0.1"
tracing-subscriber = { version = "0.2", default-features = false, features = [ "fmt", "ansi", "env-filter", "tracing-log" ] }
tracing-subscriber = { version = "0.3", default-features = false, features = [ "fmt", "ansi", "env-filter", "tracing-log" ] }