Skip to content

Commit 45819ec

Browse files
deps: bump tracing from 0.1.41 to 0.1.44
Pull-Request: #6296.
1 parent 949e74b commit 45819ec

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ ring = "0.17.12"
138138
rw-stream-sink = { version = "0.4.0", path = "misc/rw-stream-sink" }
139139
thiserror = "2"
140140
tokio = { version = "1.50", default-features = false }
141-
tracing = "0.1.41"
141+
tracing = "0.1.44"
142142
tracing-subscriber = "0.3.19"
143143
unsigned-varint = { version = "0.8.0" }
144144
web-time = "1.1.0"

examples/autonatv2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "autonatv2_server"
1818
libp2p = { workspace = true, features = ["macros", "tokio", "tcp", "noise", "yamux", "autonat", "identify", "dns", "quic"] }
1919
clap = { version = "4.4.18", features = ["derive"] }
2020
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread"] }
21-
tracing = "0.1.40"
21+
tracing = "0.1.44"
2222
tracing-subscriber = { workspace = true, features = ["env-filter"] }
2323
rand = "0.8.5"
2424
opentelemetry = { version = "0.27.0", optional = true }

0 commit comments

Comments
 (0)