Skip to content

Commit

Permalink
Update target-lexicon requirement in /pyo3-benches
Browse files Browse the repository at this point in the history
Updates the requirements on [target-lexicon](https://github.com/bytecodealliance/target-lexicon) to permit the latest version.
- [Commits](bytecodealliance/target-lexicon@v0.12.14...v0.13.1)

---
updated-dependencies:
- dependency-name: target-lexicon
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 14c5402 commit 0487a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyo3-build-config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit 0487a54

Please sign in to comment.