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

Commitd127f1e

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 parent6e09cac commitd127f1e

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
@@ -16,7 +16,7 @@ js = ["getrandom/wasm_js"]
1616
base64 ="0.22"
1717
byteorder ="1.0"
1818
bytes ="1.0"
19-
fallible-iterator ="0.2"
19+
fallible-iterator ="0.3"
2020
hmac ="0.12"
2121
md-5 ="0.10"
2222
memchr ="2.0"

‎postgres-types/Cargo.toml‎

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

3636
[dependencies]
3737
bytes ="1.0"
38-
fallible-iterator ="0.2"
38+
fallible-iterator ="0.3"
3939
postgres-protocol = {version ="0.6.8",path ="../postgres-protocol" }
4040
postgres-derive = {version ="0.4.6",optional =true,path ="../postgres-derive" }
4141

‎postgres/Cargo.toml‎

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

4444
[dependencies]
4545
bytes ="1.0"
46-
fallible-iterator ="0.2"
46+
fallible-iterator ="0.3"
4747
futures-util = {version ="0.3.14",features = ["sink"] }
4848
log ="0.4"
4949
tokio-postgres = {version ="0.7.13",path ="../tokio-postgres" }

‎tokio-postgres/Cargo.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ js = ["postgres-protocol/js", "postgres-types/js"]
5252
async-trait ="0.1"
5353
bytes ="1.0"
5454
byteorder ="1.0"
55-
fallible-iterator ="0.2"
55+
fallible-iterator ="0.3"
5656
futures-channel = {version ="0.3",features = ["sink"] }
5757
futures-util = {version ="0.3",default-features =false,features = ["sink"] }
5858
log ="0.4"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp