From 47d57d6b75aa055aac86f7edbcb36a2a184b612c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 19:29:47 +0000 Subject: [PATCH] Bump target-lexicon from 0.12.16 to 0.13.5 Bumps [target-lexicon](https://github.com/bytecodealliance/target-lexicon) from 0.12.16 to 0.13.5. - [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.12.16...v0.13.5) --- updated-dependencies: - dependency-name: target-lexicon dependency-version: 0.13.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7491ff3..faf37c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ zstd = { version = "^0.13.2", default-features = false } cc = { version = "1" } tokio = { version = "1" } cmake = { version = "0.1" } -target-lexicon = { version = "^0.12", default-features = false } +target-lexicon = { version = "^0.13", default-features = false } semver = { version = "1", default-features = false } postcard = { version = "1", default-features = false } quote = { version = "1.0", default-features = false }