From 84b1e96469fa0652dd6186266b1f92f1870a80a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:33:24 +0000 Subject: [PATCH] Update target-lexicon requirement from 0.12.14 to 0.13.0 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.0) --- 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..0094db6a21f 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.0" [build-dependencies] python3-dll-a = { version = "0.2.6", optional = true } -target-lexicon = "0.12.14" +target-lexicon = "0.13.0" [features] default = []