mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 15:46:36 +00:00
build(deps): bump the cargo group with 2 updates
Bumps the cargo group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam). Updates `tokio` from 1.44.1 to 1.44.2 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) Updates `crossbeam-channel` from 0.5.14 to 0.5.15 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production dependency-group: cargo - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b288890787
commit
2bbca965ac
8 changed files with 12 additions and 12 deletions
|
@ -10,7 +10,7 @@ edition = "2021"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.44.0", features = [
|
||||
tokio = { version = "1.44.2", features = [
|
||||
"rt",
|
||||
"process",
|
||||
"sync",
|
||||
|
@ -35,7 +35,7 @@ windows-sys = { version = "0.59.0", features = [
|
|||
] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.44.0", features = ["macros"], default-features = false }
|
||||
tokio = { version = "1.44.2", features = ["macros"], default-features = false }
|
||||
|
||||
[package.metadata.binstall]
|
||||
pkg-url = "{ repo }/releases/download/v{ version }/cargo-binstall-{ target }.full.{ archive-format }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue