Skip to content

Commit

Permalink
Bump tokio from 1.37.0 to 1.41.0 in the dev-dependencies group
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 1 update: [tokio](https://github.com/tokio-rs/tokio).


Updates `tokio` from 1.37.0 to 1.41.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.41.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 6, 2024
1 parent 9aca7b4 commit 7b84c30
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 98 deletions.
118 changes: 21 additions & 97 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 @@ -11,7 +11,7 @@ embedded-io = { version = "0.6.1", optional = true }
embedded-io-async = { version = "0.6.1", optional = true }

[dev-dependencies]
tokio = { version = "1.37.0", features = ["full"] }
tokio = { version = "1.41.0", features = ["full"] }
embedded-io-adapters = { version = "0.6.1" }
criterion = "0.5"
hex-literal = "0.4"
Expand Down

0 comments on commit 7b84c30

Please sign in to comment.