build(deps): bump the deps group with 2 updates (#1997)

Bumps the deps group with 2 updates: [thiserror](https://github.com/dtolnay/thiserror) and [bzip2](https://github.com/trifectatechfoundation/bzip2-rs).


Updates `thiserror` from 2.0.6 to 2.0.7
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/2.0.6...2.0.7)

Updates `bzip2` from 0.4.4 to 0.5.0
- [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases)
- [Commits](https://github.com/trifectatechfoundation/bzip2-rs/compare/0.4.4...v0.5.0)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: bzip2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-12-14 12:14:33 +10:00 committed by GitHub
parent c827565f9a
commit 299c771d8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 78 additions and 68 deletions

128
Cargo.lock generated
View file

@ -154,7 +154,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522"
dependencies = [
"brotli",
"bzip2",
"bzip2 0.4.4",
"flate2",
"futures-core",
"memchr",
@ -279,7 +279,7 @@ dependencies = [
"strum",
"target-lexicon",
"tempfile",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tokio",
"tracing",
"url",
@ -296,7 +296,7 @@ dependencies = [
"leon",
"miette",
"normalize-path",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tracing",
]
@ -309,7 +309,7 @@ dependencies = [
"binstalk-types",
"binstall-tar",
"bytes",
"bzip2",
"bzip2 0.5.0",
"cfg-if",
"compact_str",
"default-net",
@ -326,7 +326,7 @@ dependencies = [
"serde",
"serde_json",
"tempfile",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tokio",
"tokio-tar",
"tokio-util",
@ -354,7 +354,7 @@ dependencies = [
"minisign-verify",
"once_cell",
"strum",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tokio",
"tracing",
"url",
@ -371,7 +371,7 @@ dependencies = [
"serde",
"serde-tuple-vec-map",
"serde_json",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tokio",
"tracing",
"tracing-subscriber",
@ -395,7 +395,7 @@ dependencies = [
"serde-tuple-vec-map",
"serde_json",
"tempfile",
"thiserror 2.0.6",
"thiserror 2.0.7",
"toml_edit",
"url",
]
@ -420,7 +420,7 @@ dependencies = [
"sha2",
"simple-git",
"tempfile",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tokio",
"toml_edit",
"tracing",
@ -540,6 +540,16 @@ dependencies = [
"libc",
]
[[package]]
name = "bzip2"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bafdbf26611df8c14810e268ddceda071c297570a5fb360ceddf617fe417ef58"
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
@ -610,7 +620,7 @@ dependencies = [
"normalize-path",
"serde",
"tempfile",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tracing",
]
@ -1339,7 +1349,7 @@ dependencies = [
"gix-worktree-state",
"once_cell",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1352,7 +1362,7 @@ dependencies = [
"gix-date",
"gix-utils",
"itoa",
"thiserror 2.0.6",
"thiserror 2.0.7",
"winnow 0.6.20",
]
@ -1369,7 +1379,7 @@ dependencies = [
"gix-trace",
"kstring",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
"unicode-bom",
]
@ -1379,7 +1389,7 @@ version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d48b897b4bbc881aea994b4a5bbb340a04979d7be9089791304e04a9fbc66b53"
dependencies = [
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1388,7 +1398,7 @@ version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6ffbeb3a5c0b8b84c3fe4133a6f8c82fa962f4caefe8d0762eced025d3eb4f7"
dependencies = [
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1414,7 +1424,7 @@ dependencies = [
"gix-features",
"gix-hash",
"memmap2",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1433,7 +1443,7 @@ dependencies = [
"memchr",
"once_cell",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
"unicode-bom",
"winnow 0.6.20",
]
@ -1448,7 +1458,7 @@ dependencies = [
"bstr",
"gix-path",
"libc",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1465,7 +1475,7 @@ dependencies = [
"gix-sec",
"gix-trace",
"gix-url",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1477,7 +1487,7 @@ dependencies = [
"bstr",
"itoa",
"jiff",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1489,7 +1499,7 @@ dependencies = [
"bstr",
"gix-hash",
"gix-object",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1505,7 +1515,7 @@ dependencies = [
"gix-path",
"gix-ref",
"gix-sec",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1528,7 +1538,7 @@ dependencies = [
"prodash",
"sha1",
"sha1_smol",
"thiserror 2.0.6",
"thiserror 2.0.7",
"walkdir",
]
@ -1550,7 +1560,7 @@ dependencies = [
"gix-trace",
"gix-utils",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1583,7 +1593,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5eccc17194ed0e67d49285e4853307e4147e95407f91c1c3e4a13ba9f4e4ce"
dependencies = [
"faster-hex",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1635,7 +1645,7 @@ dependencies = [
"memmap2",
"rustix",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1646,7 +1656,7 @@ checksum = "1cd3ab68a452db63d9f3ebdacb10f30dba1fa0d31ac64f4203d395ed1102d940"
dependencies = [
"gix-tempfile",
"gix-utils",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1662,7 +1672,7 @@ dependencies = [
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1681,7 +1691,7 @@ dependencies = [
"gix-validate",
"itoa",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
"winnow 0.6.20",
]
@ -1703,7 +1713,7 @@ dependencies = [
"gix-quote",
"parking_lot",
"tempfile",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1723,7 +1733,7 @@ dependencies = [
"memmap2",
"parking_lot",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
"uluru",
]
@ -1736,7 +1746,7 @@ dependencies = [
"bstr",
"faster-hex",
"gix-trace",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1748,7 +1758,7 @@ dependencies = [
"bstr",
"faster-hex",
"gix-trace",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1761,7 +1771,7 @@ dependencies = [
"gix-trace",
"home",
"once_cell",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1776,7 +1786,7 @@ dependencies = [
"gix-config-value",
"gix-glob",
"gix-path",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1789,7 +1799,7 @@ dependencies = [
"gix-config-value",
"parking_lot",
"rustix",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1806,7 +1816,7 @@ dependencies = [
"gix-transport",
"gix-utils",
"maybe-async",
"thiserror 2.0.6",
"thiserror 2.0.7",
"winnow 0.6.20",
]
@ -1818,7 +1828,7 @@ checksum = "64a1e282216ec2ab2816cd57e6ed88f8009e634aec47562883c05ac8a7009a63"
dependencies = [
"bstr",
"gix-utils",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1838,7 +1848,7 @@ dependencies = [
"gix-utils",
"gix-validate",
"memmap2",
"thiserror 2.0.6",
"thiserror 2.0.7",
"winnow 0.6.20",
]
@ -1853,7 +1863,7 @@ dependencies = [
"gix-revision",
"gix-validate",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1868,7 +1878,7 @@ dependencies = [
"gix-hash",
"gix-object",
"gix-revwalk",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1883,7 +1893,7 @@ dependencies = [
"gix-hashtable",
"gix-object",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1910,7 +1920,7 @@ dependencies = [
"gix-pathspec",
"gix-refspec",
"gix-url",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1948,7 +1958,7 @@ dependencies = [
"gix-sec",
"gix-url",
"reqwest",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1965,7 +1975,7 @@ dependencies = [
"gix-object",
"gix-revwalk",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -1977,7 +1987,7 @@ dependencies = [
"bstr",
"gix-features",
"gix-path",
"thiserror 2.0.6",
"thiserror 2.0.7",
"url",
]
@ -1998,7 +2008,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd520d09f9f585b34b32aba1d0b36ada89ab7fefb54a8ca3fe37fc482a750937"
dependencies = [
"bstr",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -2037,7 +2047,7 @@ dependencies = [
"gix-path",
"gix-worktree",
"io-close",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -2156,7 +2166,7 @@ dependencies = [
"rand",
"ring",
"rustls",
"thiserror 2.0.6",
"thiserror 2.0.7",
"time",
"tinyvec",
"tokio",
@ -2184,7 +2194,7 @@ dependencies = [
"resolv-conf",
"rustls",
"smallvec",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tokio",
"tokio-native-tls",
"tokio-rustls",
@ -2645,7 +2655,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42a865ffec5587961f5afc6d365bccb304f4feaa1928f4fe94c91c9d210d7310"
dependencies = [
"miette",
"thiserror 2.0.6",
"thiserror 2.0.7",
]
[[package]]
@ -3360,7 +3370,7 @@ dependencies = [
"rustc-hash",
"rustls",
"socket2",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tokio",
"tracing",
]
@ -3379,7 +3389,7 @@ dependencies = [
"rustls",
"rustls-pki-types",
"slab",
"thiserror 2.0.6",
"thiserror 2.0.7",
"tinyvec",
"tracing",
"web-time",
@ -3453,7 +3463,7 @@ version = "5.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14e24471baa77d6e0e8be04c7d62d5e3c3454e7f1863ed7d74faddd6e4786007"
dependencies = [
"bzip2",
"bzip2 0.4.4",
"chardetng",
"chrono",
"crc32fast",
@ -4178,11 +4188,11 @@ dependencies = [
[[package]]
name = "thiserror"
version = "2.0.6"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec2a1820ebd077e2b90c4df007bebf344cd394098a13c563957d0afc83ea47"
checksum = "93605438cbd668185516ab499d589afb7ee1859ea3d5fc8f6b0755e1c7443767"
dependencies = [
"thiserror-impl 2.0.6",
"thiserror-impl 2.0.7",
]
[[package]]
@ -4198,9 +4208,9 @@ dependencies = [
[[package]]
name = "thiserror-impl"
version = "2.0.6"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d65750cab40f4ff1929fb1ba509e9914eb756131cef4210da8d5d700d26f6312"
checksum = "e1d8749b4531af2117677a5fcd12b1348a3fe2b81e36e61ffeac5c4aa3273e36"
dependencies = [
"proc-macro2",
"quote",

View file

@ -17,5 +17,5 @@ compact_str = { version = "0.8.0", features = ["serde"] }
leon = "3.0.0"
miette = "7.0.0"
normalize-path = { version = "0.2.1", path = "../normalize-path" }
thiserror = "2.0.1"
thiserror = "2.0.7"
tracing = "0.1.39"

View file

@ -20,7 +20,7 @@ async-compression = { version = "0.4.4", features = [
] }
binstalk-types = { version = "0.9.2", path = "../binstalk-types" }
bytes = "1.4.0"
bzip2 = "0.4.4"
bzip2 = "0.5.0"
cfg-if = "1"
compact_str = "0.8.0"
flate2 = { version = "1.0.28", default-features = false }
@ -50,7 +50,7 @@ serde_json = { version = "1.0.107", optional = true }
#tar = "0.4.38"
tar = { package = "binstall-tar", version = "0.4.39" }
tempfile = "3.5.0"
thiserror = "2.0.1"
thiserror = "2.0.7"
tokio = { version = "1.35.0", features = [
"macros",
"rt-multi-thread",

View file

@ -25,7 +25,7 @@ miette = "7.0.0"
minisign-verify = "0.2.1"
once_cell = "1.18.0"
strum = "0.26.1"
thiserror = "2.0.1"
thiserror = "2.0.7"
tokio = { version = "1.35.0", features = [
"rt",
"sync",

View file

@ -18,7 +18,7 @@ percent-encoding = "2.2.0"
serde = { version = "1.0.163", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = { version = "1.0.107" }
thiserror = "2.0.1"
thiserror = "2.0.7"
tokio = { version = "1.35.0", features = ["sync"], default-features = false }
tracing = "0.1.39"
url = "2.5.4"

View file

@ -20,7 +20,7 @@ semver = { version = "1.0.17", features = ["serde"] }
serde = { version = "1.0.163", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = "1.0.107"
thiserror = "2.0.1"
thiserror = "2.0.7"
toml_edit = { version = "0.22.12", features = ["serde"] }
url = { version = "2.5.4", features = ["serde"] }

View file

@ -29,7 +29,7 @@ serde_json = "1.0.107"
sha2 = "0.10.7"
simple-git = { version = "0.2.4", optional = true }
tempfile = "3.5.0"
thiserror = "2.0.1"
thiserror = "2.0.7"
tokio = { version = "1.35.0", features = [
"rt",
"sync",

View file

@ -35,7 +35,7 @@ simple-git = { version = "0.2.10", optional = true }
strum = "0.26.1"
target-lexicon = { version = "0.13.0", features = ["std"] }
tempfile = "3.5.0"
thiserror = "2.0.1"
thiserror = "2.0.7"
tokio = { version = "1.35.0", features = [
"rt",
"process",

View file

@ -15,7 +15,7 @@ compact_str = { version = "0.8.0", features = ["serde"] }
glob = "0.3.1"
normalize-path = { version = "0.2.1", path = "../normalize-path" }
serde = "1.0.163"
thiserror = "2.0.1"
thiserror = "2.0.7"
tracing = "0.1.39"
[dev-dependencies]