From 7bc97ac204b2aa6680ddbc278e93e977cccbee3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:12:19 +0000 Subject: [PATCH] Bump tracel-xtask from 4.13.3 to 4.13.5 Bumps [tracel-xtask](https://github.com/tracel-ai/xtask) from 4.13.3 to 4.13.5. - [Release notes](https://github.com/tracel-ai/xtask/releases) - [Commits](https://github.com/tracel-ai/xtask/compare/v4.13.3...v4.13.5) --- updated-dependencies: - dependency-name: tracel-xtask dependency-version: 4.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6367a6..ab51b71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9187,9 +9187,9 @@ dependencies = [ [[package]] name = "tracel-xtask" -version = "4.13.3" +version = "4.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9a7f64eecf414dac5cf16d64bdf3f8969519324e30310f69ae879a94110e240" +checksum = "de449a3146a3c1b0a894251302060d6886198134e98b8c01ec9c6cdccaeb7c4d" dependencies = [ "anyhow", "clap", @@ -9216,9 +9216,9 @@ dependencies = [ [[package]] name = "tracel-xtask-macros" -version = "4.13.3" +version = "4.13.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a634f07b97b9a21a10c446d35541669bfa3f0ef75470734a09ed1f19864d4e85" +checksum = "3cf5c2633002b02fe511966fc9b0a9d952e25c28afa89341366e99f3937d1574" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index d444d63..996c6bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,7 +194,7 @@ cubek = { git = "https://github.com/qora-protocol/cubek", default-features = fal # cubek = { version = "=0.2.0-pre.1", default-features = false } ### For xtask crate ### -tracel-xtask = "=4.13.3" +tracel-xtask = "=4.13.5" # ### For local development. ### # tracel-xtask = { path = "../xtask/crates/tracel-xtask", default-features = false }