Skip to content

Commit e3f018f

Browse files
authored
chore(grpc): Update to socket2 0.6 (#2390)
Updates to socket2 0.6.
1 parent 8ce9ae6 commit e3f018f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pin-project-lite = "0.2.16"
3939
rand = "0.9"
4040
serde = { version = "1.0.219", features = ["derive"] }
4141
serde_json = "1.0.140"
42-
socket2 = { version = "0.5.10", optional = true }
42+
socket2 = { version = "0.6", optional = true }
4343
tokio = { version = "1.37.0", features = ["sync", "macros"] }
4444
tokio-stream = { version = "0.1.17", default-features = false }
4545
tonic = { version = "0.14.0", path = "../tonic", default-features = false, features = [

0 commit comments

Comments
 (0)