From f3406f6f7ffaf344c69529ba28c9a48e069155c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 01:40:00 +0000 Subject: [PATCH] build(deps): bump target-lexicon from 0.13.0 to 0.13.1 in the deps group Bumps the deps group with 1 update: [target-lexicon](https://github.com/bytecodealliance/target-lexicon). Updates `target-lexicon` from 0.13.0 to 0.13.1 - [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: target-lexicon dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/binstalk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69d5ff3f..6d8555ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4140,9 +4140,9 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" [[package]] name = "target-lexicon" -version = "0.13.0" +version = "0.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ff4a4048091358129767b8a200d6927f58876c8b5ea16fb7b0222d43b79bfa8" +checksum = "dc12939a1c9b9d391e0b7135f72fd30508b73450753e28341fed159317582a77" [[package]] name = "tempfile" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index ae11e7db..b6d88f74 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -33,7 +33,7 @@ miette = "7.0.0" semver = { version = "1.0.17", features = ["serde"] } simple-git = { version = "0.2.10", optional = true } strum = "0.26.1" -target-lexicon = { version = "0.13.0", features = ["std"] } +target-lexicon = { version = "0.13.1", features = ["std"] } tempfile = "3.5.0" thiserror = "2.0.7" tokio = { version = "1.35.0", features = [