From 1e236b9c6615e75701457866106491e1e3c1132b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:27:07 +0000 Subject: [PATCH] chore(deps): Bump target-lexicon from 0.12.16 to 0.13.5 in /turbo 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] --- turbo/Cargo.lock | 18 ++++++++++++------ turbo/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/turbo/Cargo.lock b/turbo/Cargo.lock index efe93158..72024899 100644 --- a/turbo/Cargo.lock +++ b/turbo/Cargo.lock @@ -254,7 +254,7 @@ dependencies = [ "regalloc2", "rustc-hash", "smallvec", - "target-lexicon", + "target-lexicon 0.12.16", ] [[package]] @@ -299,7 +299,7 @@ dependencies = [ "cranelift-codegen", "log", "smallvec", - "target-lexicon", + "target-lexicon 0.12.16", ] [[package]] @@ -323,7 +323,7 @@ dependencies = [ "libc", "log", "region", - "target-lexicon", + "target-lexicon 0.12.16", "wasmtime-jit-icache-coherence", "windows-sys 0.59.0", ] @@ -347,7 +347,7 @@ checksum = "bbeaf978dc7c1a2de8bbb9162510ed218eb156697bc45590b8fbdd69bb08e8de" dependencies = [ "cranelift-codegen", "libc", - "target-lexicon", + "target-lexicon 0.12.16", ] [[package]] @@ -362,7 +362,7 @@ dependencies = [ "cranelift-module", "log", "object", - "target-lexicon", + "target-lexicon 0.12.16", ] [[package]] @@ -1266,6 +1266,12 @@ version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" +[[package]] +name = "target-lexicon" +version = "0.13.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca" + [[package]] name = "tempfile" version = "3.27.0" @@ -1317,7 +1323,7 @@ dependencies = [ "cranelift-object", "libc", "serde_json", - "target-lexicon", + "target-lexicon 0.13.5", "turbo-ast", "turbo-lexer", "turbo-parser", diff --git a/turbo/Cargo.toml b/turbo/Cargo.toml index 5186d7b2..c62eea88 100644 --- a/turbo/Cargo.toml +++ b/turbo/Cargo.toml @@ -42,7 +42,7 @@ cranelift-codegen = { version = "0.113", features = ["all-arch"] } cranelift-frontend = "0.113" cranelift-native = "0.113" cranelift-object = "0.113" -target-lexicon = "0.12" +target-lexicon = "0.13" ariadne = "0.4" clap = { version = "4", features = ["derive"] } notify = "7"