Skip to content

Commit d8566d6

Browse files
dependabot[bot]djc
authored andcommitted
Update tokio-util requirement from 0.6.0 to 0.7.0
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] <[email protected]>
1 parent 2906e6d commit d8566d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tokio-imap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ nom = "7"
2424
pin-project = "1"
2525
tokio = { version = "1", features = ["net"] }
2626
tokio-rustls = "0.23"
27-
tokio-util = { version = "0.6.0", features = ["codec"] }
27+
tokio-util = { version = "0.7.0", features = ["codec"] }
2828
webpki-roots = "0.22.1"
2929

3030
[dev-dependencies]

0 commit comments

Comments
 (0)