Skip to content

Commit 8fb7511

Browse files
build(deps): 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 5039027 commit 8fb7511

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ serde = { version = "1.0", features = ["derive"] }
4545
serde_yaml = "0.9.34"
4646
sha2 = "0.10"
4747
thiserror = "2.0"
48-
tokio = { version = "^1.41.0", features = ["full"] }
48+
tokio = { version = "^1.42.0", features = ["full"] }
4949
tracing = "0.1"
5050
tracing-opentelemetry = "0.28.0"
5151
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }

0 commit comments

Comments
 (0)