diff --git a/Cargo.lock b/Cargo.lock index 69d5ff3f..6d8555ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index ae11e7db..b6d88f74 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -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 = [