Skip to content

Commit ca9ad2a

Browse files
fix(deps): bump tokio from 1.41.1 to 1.42.0 (#184)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.1 to 1.42.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.41.1...tokio-1.42.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 8ddffed commit ca9ad2a

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
@@ -120,7 +120,7 @@ time = { version = "0.3.34", features = [
120120
"macros",
121121
"serde",
122122
] }
123-
tokio = { version = "1.37.0", features = ["full"] }
123+
tokio = { version = "1.42.0", features = ["full"] }
124124
toml = "0.8.12"
125125
tracing = { version = "0.1.40", features = ["log"] }
126126
tracing-subscriber = { version = "0.3.19", features = [

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.80"
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.37.0", optional = true, features = [
71+
tokio = { version = "1.42.0", optional = true, features = [
7272
"rt",
7373
"net",
7474
"time",
@@ -120,7 +120,7 @@ ntest = "0.9.2"
120120
test-log = { version = "0.2.16", features = [
121121
"trace",
122122
], default-features = false }
123-
tokio = { version = "1.37.0", features = [
123+
tokio = { version = "1.42.0", features = [
124124
"macros",
125125
"rt-multi-thread",
126126
"fs",

0 commit comments

Comments
 (0)