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 }