From da1c9ae8dd8c66dd747b683b7bd3efaf3b17ff6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:43:28 +0000 Subject: [PATCH] chore(deps): update rust crate wasm-tracing to v2.1.0 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f190034..f519e09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7017,9 +7017,9 @@ dependencies = [ [[package]] name = "wasm-tracing" -version = "2.0.0" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb675aa3376d079f9c5710cf2c96126e97eebe6565a092bcfbcb041d7c67509c" +checksum = "11ab253baf6d3772bbdb37a0966b67d37ab80657ccd1a084b4d7b3de3232375d" dependencies = [ "tracing", "tracing-subscriber",