Skip to content

Commit 0632eb7

Browse files
Bump tokio from 1.41.1 to 1.42.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85cb55e commit 0632eb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ serde_urlencoded = "0.7.1"
5151
serde_yaml = "0.9"
5252
syn = { version = "2.0.90", features = ["parsing"] }
5353
thiserror = "2.0.6"
54-
tokio = { version = "1.41.1", features = ["rt", "net"] }
54+
tokio = { version = "1.42.0", features = ["rt", "net"] }
5555
# change when publishing
5656
# typify = { version = "0.2.0" }
5757
typify = { git = "https://github.com/oxidecomputer/typify" }

0 commit comments

Comments
 (0)