Skip to content

Commit d9d7961

Browse files
build(deps): bump tokio from 1.42.0 to 1.43.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.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 378ca5b commit d9d7961

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

+9-9
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
@@ -49,7 +49,7 @@ serde = { version = "1.0", features = ["derive"] }
4949
serde_yaml = "0.9.34"
5050
sha2 = "0.10"
5151
thiserror = "2.0"
52-
tokio = { version = "^1.42.0", features = ["full"] }
52+
tokio = { version = "^1.43.0", features = ["full"] }
5353
tracing = "0.1"
5454
tracing-opentelemetry = "0.28.0"
5555
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }

0 commit comments

Comments
 (0)