Bump tokio from 1.38.0 to 1.38.1

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-23 10:18:51 +00:00
committed by Lee Smet
parent 9505c23680
commit 3e728fd6a1
6 changed files with 7 additions and 7 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.38.0", default-features = false, optional = true, features = [
tokio = { version = "1.38.1", default-features = false, optional = true, features = [
"net",
"rt",
] }