mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-17 16:16: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
|
@ -22,11 +22,11 @@ itertools = "0.13.0"
|
|||
leon = "3.0.0"
|
||||
leon-macros = "1.0.1"
|
||||
miette = "7.0.0"
|
||||
minisign-verify = "0.2.1"
|
||||
minisign-verify = "0.2.2"
|
||||
once_cell = "1.18.0"
|
||||
strum = "0.26.1"
|
||||
thiserror = "1.0.61"
|
||||
tokio = { version = "1.35.0", features = [
|
||||
tokio = { version = "1.40.0", features = [
|
||||
"rt",
|
||||
"sync",
|
||||
], default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue