Skip to content

Commit 4820e26

Browse files
chore(deps): bump tokio from 1.40.0 to 1.41.0 (#179)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 729ab1a commit 4820e26

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
@@ -51,7 +51,7 @@ serde = { version = "1", features = ["derive"] }
5151
serde_json = { version = "1.0.132" }
5252
tempfile = { version = "3" }
5353
thiserror = { version = "1.0.65" }
54-
tokio = { version = "1.40", default-features = false }
54+
tokio = { version = "1.41", default-features = false }
5555
tokio-util = { version = "0.7.12" }
5656
toml = { version = "0.8.19" }
5757
tracing = { version = "0.1.40" }

0 commit comments

Comments
 (0)