Skip to content

Commit 9a1376f

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 3817af1 commit 9a1376f

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
@@ -32,7 +32,7 @@ serde = "1.0.213"
3232
serde_json = "1.0.132"
3333

3434
tempfile = "3"
35-
tokio = { version = "1.40", features = ["macros", "rt", "rt-multi-thread", "signal", "process"] }
35+
tokio = { version = "1.42", features = ["macros", "rt", "rt-multi-thread", "signal", "process"] }
3636
tonic = "0.12"
3737
tracing = { version = "0.1", features = ["log"] }
3838
tracing-log = "0.2"

0 commit comments

Comments
 (0)