mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 22:30:03 +00:00
build(deps): bump the deps group with 2 updates (#2010)
Bumps the deps group with 2 updates: [itertools](https://github.com/rust-itertools/itertools) and [async-trait](https://github.com/dtolnay/async-trait). Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.13.0...v0.14.0) Updates `async-trait` from 0.1.83 to 0.1.84 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.83...0.1.84) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: async-trait 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
15571ebca8
commit
b491e5e81d
5 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@ edition = "2021"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.84"
|
||||
async-compression = { version = "0.4.4", features = [
|
||||
"gzip",
|
||||
"zstd",
|
||||
|
|
|
@ -11,14 +11,14 @@ authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
|
|||
license = "GPL-3.0-only"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.84"
|
||||
binstalk-downloader = { version = "0.13.6", path = "../binstalk-downloader", default-features = false }
|
||||
binstalk-git-repo-api = { version = "0.5.8", path = "../binstalk-git-repo-api" }
|
||||
binstalk-types = { version = "0.9.2", path = "../binstalk-types" }
|
||||
bytes = "1.4.0"
|
||||
compact_str = { version = "0.8.0" }
|
||||
either = "1.11.0"
|
||||
itertools = "0.13.0"
|
||||
itertools = "0.14.0"
|
||||
leon = "3.0.0"
|
||||
leon-macros = "1.0.1"
|
||||
miette = "7.0.0"
|
||||
|
|
|
@ -11,7 +11,7 @@ authors = ["Jiahao_XU@outlook <Jiahao_XU@outlook.com>"]
|
|||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
async-trait = "0.1.84"
|
||||
base16 = "0.2.1"
|
||||
binstalk-downloader = { version = "0.13.6", path = "../binstalk-downloader", default-features = false, features = [
|
||||
"json",
|
||||
|
|
|
@ -25,7 +25,7 @@ detect-targets = { version = "0.1.34", path = "../detect-targets", features = [
|
|||
"tracing",
|
||||
] }
|
||||
either = "1.11.0"
|
||||
itertools = "0.13.0"
|
||||
itertools = "0.14.0"
|
||||
jobslot = { version = "0.2.11", features = ["tokio"] }
|
||||
leon = "3.0.0"
|
||||
maybe-owned = "0.3.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue