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:
dependabot[bot] 2024-08-31 02:00:18 +00:00 committed by GitHub
parent 8e9ef12ec8
commit fb5ceb156f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 13 additions and 13 deletions

View file

@ -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 }"