From d2379622c15fcff6a765b33c595ddb72fc0f3166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 07:03:15 +0000 Subject: [PATCH] chore(deps): bump target-lexicon from 0.12.16 to 0.13.2 Bumps [target-lexicon](https://github.com/bytecodealliance/target-lexicon) from 0.12.16 to 0.13.2. - [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.12.16...v0.13.2) --- updated-dependencies: - dependency-name: target-lexicon dependency-version: 0.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5a0376e..5662f6a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2599,7 +2599,7 @@ dependencies = [ "serde", "serde_json", "sha2", - "target-lexicon 0.12.16", + "target-lexicon 0.13.2", "tempfile", "thiserror 1.0.69", "tokio", diff --git a/Cargo.toml b/Cargo.toml index 0a8a0e2e..bc6c165a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ cranelift-jit = "0.121" cranelift-native = "0.121" # Debug symbol support gimli = { version = "0.31", features = ["write"] } -target-lexicon = "0.12" +target-lexicon = "0.13" rand = "0.8" toml = "0.9" serde = { version = "1.0", features = ["derive"] }