Skip to content

Commit

Permalink
Update tokio-util requirement from 0.6 to 0.7 (#1)
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-util](https://github.com/tokio-rs/tokio) to permit the latest version.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-util-0.6.0...tokio-util-0.7.12)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: direct:production
...

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] committed Sep 11, 2024
1 parent bad7539 commit aad5bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minicbor-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ minicbor-io = { path = ".", features = ["async-io"] }
quickcheck = "1.0.1"
rand = "0.8"
tokio = { version = "1.0", features = ["macros", "net", "rt"] }
tokio-util = { version = "0.6", features = ["compat"] }
tokio-util = { version = "0.7", features = ["compat"] }

0 comments on commit aad5bd3

Please sign in to comment.