We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce9ae6 commit e3f018fCopy full SHA for e3f018f
grpc/Cargo.toml
@@ -39,7 +39,7 @@ pin-project-lite = "0.2.16"
39
rand = "0.9"
40
serde = { version = "1.0.219", features = ["derive"] }
41
serde_json = "1.0.140"
42
-socket2 = { version = "0.5.10", optional = true }
+socket2 = { version = "0.6", optional = true }
43
tokio = { version = "1.37.0", features = ["sync", "macros"] }
44
tokio-stream = { version = "0.1.17", default-features = false }
45
tonic = { version = "0.14.0", path = "../tonic", default-features = false, features = [
0 commit comments