mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 23:56:37 +00:00
build(deps): bump the deps group with 2 updates
Bumps the deps group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [minisign-verify](https://github.com/jedisct1/rust-minisign-verify). Updates `tokio` from 1.39.3 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) Updates `minisign-verify` from 0.2.1 to 0.2.2 - [Commits](https://github.com/jedisct1/rust-minisign-verify/compare/0.2.1...0.2.2) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: minisign-verify dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
8e9ef12ec8
commit
fb5ceb156f
8 changed files with 13 additions and 13 deletions
|
@ -10,7 +10,7 @@ edition = "2021"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.35.0", features = [
|
||||
tokio = { version = "1.40.0", features = [
|
||||
"rt",
|
||||
"process",
|
||||
"sync",
|
||||
|
@ -35,7 +35,7 @@ windows-sys = { version = "0.59.0", features = [
|
|||
] }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.35.0", features = ["macros"], default-features = false }
|
||||
tokio = { version = "1.40.0", 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