From a94c02e2e8287e25cf3ce36263e6e1c698606fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:14:46 +0000 Subject: [PATCH] build(deps): bump target-lexicon from 0.13.3 to 0.13.4 Bumps [target-lexicon](https://github.com/bytecodealliance/target-lexicon) from 0.13.3 to 0.13.4. - [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.13.3...v0.13.4) --- updated-dependencies: - dependency-name: target-lexicon dependency-version: 0.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- compiler/lunc_utils/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e7a76e3..0aa79b83 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1320,9 +1320,9 @@ dependencies = [ [[package]] name = "target-lexicon" -version = "0.13.3" +version = "0.13.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c" +checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba" dependencies = [ "serde", ] diff --git a/compiler/lunc_utils/Cargo.toml b/compiler/lunc_utils/Cargo.toml index 3d45348f..7c243755 100644 --- a/compiler/lunc_utils/Cargo.toml +++ b/compiler/lunc_utils/Cargo.toml @@ -9,5 +9,5 @@ edition = "2024" thiserror = { workspace = true } serde = { workspace = true } concat-idents = "1.1.5" -target-lexicon = { version = "0.13.3", features = ["std", "serde_support"] } +target-lexicon = { version = "0.13.4", features = ["std", "serde_support"] } clap = { workspace = true }