Skip to content

Commit dac95cf

Browse files
chore(cargo): bump tokio from 1.43.0 to 1.44.1 (#640)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff60185 commit dac95cf

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
@@ -23,7 +23,7 @@ rust-version = "1.85"
2323
bytes = "1.10"
2424
tracing = "0.1"
2525
tracing-subscriber = { version = "0.3", features = ["local-time", "json"] }
26-
tokio = { version = "1.43", features = [
26+
tokio = { version = "1.44", features = [
2727
"rt",
2828
"rt-multi-thread",
2929
"time",

0 commit comments

Comments
 (0)