From f004ee11d206bcd2d66c80e588cf9a46f874ec5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:53:05 +0000 Subject: [PATCH] Update target-lexicon requirement in /pyo3-benches Updates the requirements on [target-lexicon](https://github.com/bytecodealliance/target-lexicon) to permit the latest version. - [Commits](https://github.com/bytecodealliance/target-lexicon/compare/v0.12.14...v0.13.1) --- updated-dependencies: - dependency-name: target-lexicon dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyo3-build-config/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyo3-build-config/Cargo.toml b/pyo3-build-config/Cargo.toml index a5549df3ecb..ef353fd0b3e 100644 --- a/pyo3-build-config/Cargo.toml +++ b/pyo3-build-config/Cargo.toml @@ -13,11 +13,11 @@ edition = "2021" [dependencies] once_cell = "1" python3-dll-a = { version = "0.2.6", optional = true } -target-lexicon = "0.12.14" +target-lexicon = "0.13.1" [build-dependencies] python3-dll-a = { version = "0.2.6", optional = true } -target-lexicon = "0.12.14" +target-lexicon = "0.13.1" [features] default = []