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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-12-21 01:40:00 +00:00 committed by GitHub
parent 0ae1928c13
commit f3406f6f7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -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"

View file

@ -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 = [