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:
parent
868c8227a8
commit
65d8da5591
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue