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

@ -19,7 +19,7 @@ serde = { version = "1.0.163", features = ["derive"] }
serde-tuple-vec-map = "1.0.1"
serde_json = { version = "1.0.107" }
thiserror = "1.0.52"
tokio = { version = "1.35.0", features = ["sync"], default-features = false }
tokio = { version = "1.40.0", features = ["sync"], default-features = false }
tracing = "0.1.39"
url = "2.3.1"
zeroize = "1.8.1"