Skip to content

Commit 009f8ab

Browse files
fix(deps): bump tokio from 1.43.0 to 1.44.0 (#780)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0) --- updated-dependencies: - dependency-name: tokio 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 f57275a commit 009f8ab

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
@@ -140,7 +140,7 @@ time = { version = "0.3.39", features = [
140140
"macros",
141141
"serde",
142142
] }
143-
tokio = { version = "1.42.0", features = ["full"] }
143+
tokio = { version = "1.44.0", features = ["full"] }
144144
tokio-tungstenite = "0.26.1"
145145
tokio-util = { version = "0.7.13", features = ["codec", "compat"] }
146146
toml = "0.8.12"

crates/zbus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static_assertions = "1.1.0"
6868
async-trait = "0.1.87"
6969
async-fs = { version = "2.1.2", optional = true }
7070
# FIXME: We should only enable process feature for Mac OS. See comment on async-process below for why we can't.
71-
tokio = { version = "1.42.0", optional = true, features = [
71+
tokio = { version = "1.44.0", optional = true, features = [
7272
"rt",
7373
"net",
7474
"time",
@@ -120,7 +120,7 @@ ntest = "0.9.2"
120120
test-log = { version = "0.2.17", features = [
121121
"trace",
122122
], default-features = false }
123-
tokio = { version = "1.42.0", features = [
123+
tokio = { version = "1.44.0", features = [
124124
"macros",
125125
"rt-multi-thread",
126126
"fs",

0 commit comments

Comments
 (0)