From f3de47010722c5c0d632f9ab8358a4c4db9df3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 15:58:08 +0000 Subject: [PATCH] Bump target-lexicon from 0.12.16 to 0.13.0 Bumps [target-lexicon](https://github.com/bytecodealliance/target-lexicon) from 0.12.16 to 0.13.0. - [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.12.16...v0.13.0) --- updated-dependencies: - dependency-name: target-lexicon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cli/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c472d28..b0c3ea96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2219,9 +2219,9 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "target-lexicon" -version = "0.12.16" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" +checksum = "4ff4a4048091358129767b8a200d6927f58876c8b5ea16fb7b0222d43b79bfa8" [[package]] name = "termtree" diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5fd10eda..ad764781 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -31,6 +31,6 @@ serde_json = "1.0.133" yansi = "1.0.1" hex = "0.4.3" anstyle = "1.0.10" -target-lexicon = "0.12.14" +target-lexicon = "0.13.0" tracing-subscriber = "0.3.19" tracing = "0.1.41"