Skip to content

Commit

Permalink
Bump tokio from 1.41.1 to 1.42.0 (#2598)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 7370145 commit 259783b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -85,7 +85,7 @@ strum_macros = "0.26.4"
syn = { version = "2.0.90", features = ["full", "extra-traits"] }
tempfile = "3.14.0"
thiserror = "2.0.6"
tokio = { version = "1.41.1", features = ["rt", "macros"] }
tokio = { version = "1.42.0", features = ["rt", "macros"] }
tracing-appender = "0.2.3"
tracing-core = "0.1.33"
tracing-subscriber = "0.3.18"
Expand Down
2 changes: 1 addition & 1 deletion crates/burn-remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ derive-new = {workspace = true }
log = { workspace = true }

# Shared dependencies
tokio = { version = "1.41", features = ["rt-multi-thread"] }
tokio = { version = "1.42", features = ["rt-multi-thread"] }
serde = { workspace = true, features = ["derive"] }
serde_bytes = { workspace = true }
rmp-serde = { workspace = true }
Expand Down

0 comments on commit 259783b

Please sign in to comment.