chore(deps): update rust crate tracing-subscriber to 0.3.20 [security]
Some checks failed
Validate / Check-1 (push) Failing after 1s
Validate / Test Suite-1 (push) Failing after 1s
Validate / Lints (push) Failing after 1s
Validate / Check (push) Has been cancelled
Validate / Check-2 (push) Has been cancelled
Validate / Test Suite (push) Has been cancelled
Validate / Test Suite-2 (push) Has been cancelled

This commit is contained in:
Renovate Bot 2026-06-29 06:24:54 +00:00
parent f36077e8d8
commit 087db20a21
5 changed files with 5 additions and 5 deletions

View file

@ -11,5 +11,5 @@ pallas = { path = "../../pallas" }
net2 = "0.2.37"
hex = "0.4.3"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
tracing-subscriber = "0.3.20"
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }

View file

@ -12,5 +12,5 @@ net2 = "0.2.37"
hex = "0.4.3"
log = "0.4.16"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
tracing-subscriber = "0.3.20"
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }

View file

@ -14,5 +14,5 @@ log = "0.4.16"
thiserror = "1.0.31"
futures = "0.3.29"
tracing = "0.1.37"
tracing-subscriber = "0.3.16"
tracing-subscriber = "0.3.20"
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }

View file

@ -19,5 +19,5 @@ pallas-traverse = { version = "=0.32.1", path = "../pallas-traverse" }
pallas-network = { version = "=0.32.1", path = "../pallas-network" }
[dev-dependencies]
tracing-subscriber = "0.3.17"
tracing-subscriber = "0.3.20"
hex = "0.4.3"

View file

@ -23,6 +23,6 @@ tokio = { version = "1", features = ["rt", "net", "io-util", "time", "sync", "ma
tracing = "0.1.37"
[dev-dependencies]
tracing-subscriber = "0.3.16"
tracing-subscriber = "0.3.20"
tokio = { version = "1", features = ["full"] }