mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
build(deps): bump the deps group with 2 updates (#1704)
Bumps the deps group with 2 updates: [itertools](https://github.com/rust-itertools/itertools) and [thiserror](https://github.com/dtolnay/thiserror). Updates `itertools` from 0.12.1 to 0.13.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.13.0) Updates `thiserror` from 1.0.60 to 1.0.61 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...1.0.61) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch 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:
parent
ec08340fc3
commit
45307909c3
8 changed files with 15 additions and 15 deletions
|
@ -17,5 +17,5 @@ compact_str = { version = "0.7.0", features = ["serde"] }
|
|||
leon = "3.0.0"
|
||||
miette = "7.0.0"
|
||||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||
thiserror = "1.0.52"
|
||||
thiserror = "1.0.61"
|
||||
tracing = "0.1.39"
|
||||
|
|
|
@ -53,7 +53,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 = "1.0.52"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = [
|
||||
"macros",
|
||||
"rt-multi-thread",
|
||||
|
|
|
@ -17,14 +17,14 @@ binstalk-types = { version = "0.7.0", path = "../binstalk-types" }
|
|||
bytes = "1.4.0"
|
||||
compact_str = { version = "0.7.0" }
|
||||
either = "1.11.0"
|
||||
itertools = "0.12.0"
|
||||
itertools = "0.13.0"
|
||||
leon = "3.0.0"
|
||||
leon-macros = "1.0.1"
|
||||
miette = "7.0.0"
|
||||
minisign-verify = "0.2.1"
|
||||
once_cell = "1.18.0"
|
||||
strum = "0.26.1"
|
||||
thiserror = "1.0.52"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = ["rt", "sync"], default-features = false }
|
||||
tracing = "0.1.39"
|
||||
url = "2.3.1"
|
||||
|
|
|
@ -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 = "1.0.52"
|
||||
thiserror = "1.0.61"
|
||||
toml_edit = { version = "0.22.12", features = ["serde"] }
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
|
||||
|
|
|
@ -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 = "1.0.52"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = [
|
||||
"rt",
|
||||
"sync",
|
||||
|
|
|
@ -26,7 +26,7 @@ detect-targets = { version = "0.1.17", path = "../detect-targets", features = [
|
|||
"tracing",
|
||||
] }
|
||||
either = "1.11.0"
|
||||
itertools = "0.12.0"
|
||||
itertools = "0.13.0"
|
||||
jobslot = { version = "0.2.11", features = ["tokio"] }
|
||||
leon = "3.0.0"
|
||||
maybe-owned = "0.3.4"
|
||||
|
@ -36,7 +36,7 @@ simple-git = { version = "0.2.4", optional = true }
|
|||
strum = "0.26.1"
|
||||
target-lexicon = { version = "0.12.11", features = ["std"] }
|
||||
tempfile = "3.5.0"
|
||||
thiserror = "1.0.52"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = [
|
||||
"rt",
|
||||
"process",
|
||||
|
|
|
@ -15,7 +15,7 @@ compact_str = { version = "0.7.0", features = ["serde"] }
|
|||
glob = "0.3.1"
|
||||
normalize-path = { version = "0.2.1", path = "../normalize-path" }
|
||||
serde = "1.0.163"
|
||||
thiserror = "1.0.52"
|
||||
thiserror = "1.0.61"
|
||||
tracing = "0.1.39"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue