Skip to content

Commit

Permalink
Merge pull request #59 from paritytech/dependabot/cargo/tokio-util-0.7
Browse files Browse the repository at this point in the history
Update tokio-util requirement from 0.6 to 0.7
  • Loading branch information
altonen authored Sep 1, 2023
2 parents a3a5b8f + 93f8eac commit 9925adb
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 9925adb

Please sign in to comment.