From 0487a5452cdcba739fd43360a161ded2a6648e32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:31:32 +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 1e951b29bff..53ace78bf9d 100644 --- a/pyo3-build-config/Cargo.toml +++ b/pyo3-build-config/Cargo.toml @@ -14,11 +14,11 @@ rust-version = "1.63" [dependencies] once_cell = "1" python3-dll-a = { version = "0.2.11", optional = true } -target-lexicon = "0.12.14" +target-lexicon = "0.13.1" [build-dependencies] python3-dll-a = { version = "0.2.11", optional = true } -target-lexicon = "0.12.14" +target-lexicon = "0.13.1" [features] default = []