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

Commit6251570

Browse files
Update fallible-iterator requirement from 0.2 to 0.3
Updates the requirements on [fallible-iterator](https://github.com/sfackler/rust-fallible-iterator) to permit the latest version.- [Release notes](https://github.com/sfackler/rust-fallible-iterator/releases)- [Changelog](https://github.com/sfackler/rust-fallible-iterator/blob/master/CHANGELOG.md)- [Commits](https://github.com/sfackler/rust-fallible-iterator/commits)---updated-dependencies:- dependency-name: fallible-iterator dependency-type: direct:production...Signed-off-by: dependabot[bot] <support@github.com>
1 parent22469d6 commit6251570

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎postgres-protocol/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ readme = "../README.md"
1212
base64 ="0.21"
1313
byteorder ="1.0"
1414
bytes ="1.0"
15-
fallible-iterator ="0.2"
15+
fallible-iterator ="0.3"
1616
hmac ="0.12"
1717
md-5 ="0.10"
1818
memchr ="2.0"

‎postgres-types/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ with-time-0_3 = ["time-03"]
2929

3030
[dependencies]
3131
bytes ="1.0"
32-
fallible-iterator ="0.2"
32+
fallible-iterator ="0.3"
3333
postgres-protocol = {version ="0.6.4",path ="../postgres-protocol" }
3434
postgres-derive = {version ="0.4.2",optional =true,path ="../postgres-derive" }
3535

‎postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ with-time-0_3 = ["tokio-postgres/with-time-0_3"]
3737

3838
[dependencies]
3939
bytes ="1.0"
40-
fallible-iterator ="0.2"
40+
fallible-iterator ="0.3"
4141
futures-util = {version ="0.3.14",features = ["sink"] }
4242
tokio-postgres = {version ="0.7.8",path ="../tokio-postgres" }
4343

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ with-time-0_3 = ["postgres-types/with-time-0_3"]
4545
async-trait ="0.1"
4646
bytes ="1.0"
4747
byteorder ="1.0"
48-
fallible-iterator ="0.2"
48+
fallible-iterator ="0.3"
4949
futures-channel = {version ="0.3",features = ["sink"] }
5050
futures-util = {version ="0.3",features = ["sink"] }
5151
log ="0.4"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp