Skip to content

Commit

Permalink
Update tokio-util requirement from 0.6 to 0.7
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](https://github.com/tokio-rs/tokio/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and alvicsam committed Sep 1, 2023
1 parent a3a5b8f commit 93f8eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bytes = { version = "1", optional = true }
futures-io = { version = "0.3.4", optional = true }
futures-util = { version = "0.3.4", features = ["io"], optional = true }
asynchronous-codec = { version = "0.6", optional = true }
tokio-util = { version = "0.6", features = ["codec"], optional = true }
tokio-util = { version = "0.7", features = ["codec"], optional = true }
nom = { version = "7", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 93f8eac

Please sign in to comment.