Bump tokio from 1.37.0 to 1.38.0 (#840)

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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-06-24 09:00:01 -07:00 committed by GitHub
parent 868c8227a8
commit 65d8da5591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ serde_urlencoded = "0.7.1"
serde_yaml = "0.9"
syn = { version = "2.0.67", features = ["parsing"] }
thiserror = "1.0.61"
tokio = { version = "1.37.0", features = ["rt", "net"] }
tokio = { version = "1.38.0", features = ["rt", "net"] }
# change when publishing
# typify = { version = "0.1.0" }
typify = { git = "https://github.com/oxidecomputer/typify" }