From 34e0c3073ba796c44a3af8e858f292595b938303 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:52:44 +0000 Subject: [PATCH] Bump tracing-attributes from 0.1.28 to 0.1.31 Bumps [tracing-attributes](https://github.com/tokio-rs/tracing) from 0.1.28 to 0.1.31. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-attributes-0.1.28...tracing-attributes-0.1.31) --- updated-dependencies: - dependency-name: tracing-attributes dependency-version: 0.1.31 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- java_runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7341901..f50bce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -700,9 +700,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.28" +version = "0.1.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" +checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" dependencies = [ "proc-macro2", "quote", diff --git a/java_runtime/Cargo.toml b/java_runtime/Cargo.toml index f003fbd..4a59943 100644 --- a/java_runtime/Cargo.toml +++ b/java_runtime/Cargo.toml @@ -14,7 +14,7 @@ tracing = { workspace = true } chrono = { version = "^0.4", default-features = false } encoding_rs = { version = "^0.8", features = ["alloc"], default-features = false } -tracing-attributes = { version = "<0.1.29" } # Pin this to avoid compile error with no-std https://github.com/tokio-rs/tracing/issues/3388 +tracing-attributes = { version = "<0.1.32" } # Pin this to avoid compile error with no-std https://github.com/tokio-rs/tracing/issues/3388 url = { version = "^2.5", default-features = false } zip = { version = "^8.6", features = ["deflate"], default-features = false }