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

View file

@ -17,5 +17,5 @@ compact_str = { version = "0.8.0", features = ["serde"] }
leon = "3.0.0" leon = "3.0.0"
miette = "7.0.0" miette = "7.0.0"
normalize-path = { version = "0.2.1", path = "../normalize-path" } normalize-path = { version = "0.2.1", path = "../normalize-path" }
thiserror = "2.0.1" thiserror = "2.0.7"
tracing = "0.1.39" 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" } binstalk-types = { version = "0.9.2", path = "../binstalk-types" }
bytes = "1.4.0" bytes = "1.4.0"
bzip2 = "0.4.4" bzip2 = "0.5.0"
cfg-if = "1" cfg-if = "1"
compact_str = "0.8.0" compact_str = "0.8.0"
flate2 = { version = "1.0.28", default-features = false } 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 = "0.4.38"
tar = { package = "binstall-tar", version = "0.4.39" } tar = { package = "binstall-tar", version = "0.4.39" }
tempfile = "3.5.0" tempfile = "3.5.0"
thiserror = "2.0.1" thiserror = "2.0.7"
tokio = { version = "1.35.0", features = [ tokio = { version = "1.35.0", features = [
"macros", "macros",
"rt-multi-thread", "rt-multi-thread",

View file

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

View file

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

View file

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

View file

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

View file

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