Skip to content

Commit

Permalink
fix(deps): bump tokio from 1.41.1 to 1.42.0 (#184)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2024
1 parent 8ddffed commit ca9ad2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ time = { version = "0.3.34", features = [
"macros",
"serde",
] }
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.12"
tracing = { version = "0.1.40", features = ["log"] }
tracing-subscriber = { version = "0.3.19", features = [
Expand Down
4 changes: 2 additions & 2 deletions crates/zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static_assertions = "1.1.0"
async-trait = "0.1.80"
async-fs = { version = "2.1.2", optional = true }
# FIXME: We should only enable process feature for Mac OS. See comment on async-process below for why we can't.
tokio = { version = "1.37.0", optional = true, features = [
tokio = { version = "1.42.0", optional = true, features = [
"rt",
"net",
"time",
Expand Down Expand Up @@ -120,7 +120,7 @@ ntest = "0.9.2"
test-log = { version = "0.2.16", features = [
"trace",
], default-features = false }
tokio = { version = "1.37.0", features = [
tokio = { version = "1.42.0", features = [
"macros",
"rt-multi-thread",
"fs",
Expand Down

0 comments on commit ca9ad2a

Please sign in to comment.