Skip to content

Commit 2ae548d

Browse files
build(deps): bump tokio from 1.40.0 to 1.41.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.40.0 to 1.41.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.40.0...tokio-1.41.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 9737ba8 commit 2ae548d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
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
@@ -44,7 +44,7 @@ serde = { version = "1.0", features = ["derive"] }
4444
serde_yaml = "0.9.34"
4545
sha2 = "0.10"
4646
thiserror = "1.0"
47-
tokio = { version = "^1.40.0", features = ["full"] }
47+
tokio = { version = "^1.41.0", features = ["full"] }
4848
tracing = "0.1"
4949
tracing-opentelemetry = "0.27.0"
5050
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }

0 commit comments

Comments
 (0)