Skip to content

Commit 39fa1ad

Browse files
authored
Merge pull request #1003 from sfackler/dependabot/cargo/socket2-0.5
Update socket2 requirement from 0.4 to 0.5
2 parents c85b2c1 + 9c0d2dd commit 39fa1ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- run: docker compose up -d
5656
- uses: sfackler/actions/rustup@master
5757
with:
58-
version: 1.63.0
58+
version: 1.64.0
5959
- run: echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
6060
id: rust-version
6161
- uses: actions/cache@v3

tokio-postgres/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ pin-project-lite = "0.2"
5555
phf = "0.11"
5656
postgres-protocol = { version = "0.6.4", path = "../postgres-protocol" }
5757
postgres-types = { version = "0.2.4", path = "../postgres-types" }
58-
socket2 = { version = "0.4", features = ["all"] }
59-
tokio = { version = "1.0", features = ["io-util"] }
58+
socket2 = { version = "0.5", features = ["all"] }
59+
tokio = { version = "1.27", features = ["io-util"] }
6060
tokio-util = { version = "0.7", features = ["codec"] }
6161

6262
[dev-dependencies]

0 commit comments

Comments
 (0)