Bump tokio from 1.37.0 to 1.38.0

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.37.0...tokio-1.38.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-06-03 23:16:35 +00:00
committed by Lee Smet
parent 22f8d5a4b6
commit 422a26bc54
5 changed files with 8 additions and 8 deletions

View File

@@ -18,7 +18,7 @@ mycelium = { path = "../mycelium", default-features = false }
prometheus = { version = "0.13.4", default-features = false, optional = true, features = [
"process",
] }
tokio = { version = "1.37.0", default-features = false, optional = true, features = [
tokio = { version = "1.38.0", default-features = false, optional = true, features = [
"net",
"rt",
] }