summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-08-29 20:53:39 +0000
committerAndrew Clayton <a.clayton@nginx.com>2025-09-02 22:31:44 +0100
commit58c27f20d6df801787548ca622e42db28a5bd4c2 (patch)
tree854a6c9dc498d6b48d34cf2c64c440c984b5a75a
parenta76c8a7b944e43f56ddbcac0b49832a0d7f91d8b (diff)
downloadunit-58c27f20d6df801787548ca622e42db28a5bd4c2.tar.gz
unit-58c27f20d6df801787548ca622e42db28a5bd4c2.tar.bz2
otel: Bump the tracing-subscriber crate from 0.3.19 to 0.3.20
Bumps <https://github.com/tokio-rs/tracing> from 0.3.19 to 0.3.20. Link: Release notes <https://github.com/tokio-rs/tracing/releases> Link: Commits <https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.19...tracing-subscriber-0.3.20> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
-rw-r--r--src/otel/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otel/Cargo.lock b/src/otel/Cargo.lock
index e957e2e8..5d6a354d 100644
--- a/src/otel/Cargo.lock
+++ b/src/otel/Cargo.lock
@@ -2135,9 +2135,9 @@ dependencies = [
[[package]]
name = "tracing-subscriber"
-version = "0.3.19"
+version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
+checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
dependencies = [
"tracing-core",
]