Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7fd748b

Browse files
Update tokio-util requirement from 0.6 to 0.7
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>
1 parent8262109 commit7fd748b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ postgres-protocol = { version = "0.6.1", path = "../postgres-protocol" }
5454
postgres-types = {version ="0.2.2",path ="../postgres-types" }
5555
socket2 ="0.4"
5656
tokio = {version ="1.0",features = ["io-util"] }
57-
tokio-util = {version ="0.6",features = ["codec"] }
57+
tokio-util = {version ="0.7",features = ["codec"] }
5858

5959
[dev-dependencies]
6060
tokio = {version ="1.0",features = ["full"] }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp