chore: release (#2067)
Some checks are pending
Release-plz / Release-plz (push) Waiting to run

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-02-28 21:55:33 +10:00 committed by GitHub
parent 712ad730a6
commit 708a489062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 95 additions and 31 deletions

32
Cargo.lock generated
View file

@ -242,7 +242,7 @@ dependencies = [
[[package]]
name = "binstalk"
version = "0.28.26"
version = "0.28.27"
dependencies = [
"binstalk-bins",
"binstalk-downloader",
@ -288,7 +288,7 @@ dependencies = [
[[package]]
name = "binstalk-downloader"
version = "0.13.12"
version = "0.13.13"
dependencies = [
"async-compression",
"async-trait",
@ -324,7 +324,7 @@ dependencies = [
[[package]]
name = "binstalk-fetchers"
version = "0.10.13"
version = "0.10.14"
dependencies = [
"async-trait",
"binstalk-downloader",
@ -348,7 +348,7 @@ dependencies = [
[[package]]
name = "binstalk-git-repo-api"
version = "0.5.14"
version = "0.5.15"
dependencies = [
"binstalk-downloader",
"compact_str 0.8.1",
@ -367,7 +367,7 @@ dependencies = [
[[package]]
name = "binstalk-manifests"
version = "0.15.23"
version = "0.15.24"
dependencies = [
"beef",
"binstalk-types",
@ -388,7 +388,7 @@ dependencies = [
[[package]]
name = "binstalk-registry"
version = "0.11.13"
version = "0.11.14"
dependencies = [
"async-trait",
"base16",
@ -943,7 +943,7 @@ dependencies = [
[[package]]
name = "detect-targets"
version = "0.1.42"
version = "0.1.43"
dependencies = [
"cfg-if",
"guess_host_triple",
@ -955,7 +955,7 @@ dependencies = [
[[package]]
name = "detect-wasi"
version = "1.0.23"
version = "1.0.24"
dependencies = [
"tempfile",
]
@ -1138,6 +1138,7 @@ checksum = "11faaf5a5236997af9848be0bef4db95824b1d534ebc64d0f0c6cf3e67bd38dc"
dependencies = [
"crc32fast",
"libz-ng-sys",
"libz-rs-sys",
"miniz_oxide 0.8.5",
]
@ -2741,6 +2742,15 @@ dependencies = [
"libc",
]
[[package]]
name = "libz-rs-sys"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "902bc563b5d65ad9bba616b490842ef0651066a1a1dc3ce1087113ffcb873c8d"
dependencies = [
"zlib-rs",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.15"
@ -5473,6 +5483,12 @@ dependencies = [
"syn",
]
[[package]]
name = "zlib-rs"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b20717f0917c908dc63de2e44e97f1e6b126ca58d0e391cee86d504eb8fbd05"
[[package]]
name = "zstd"
version = "0.13.3"