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 a134be0 commit 253b388Copy full SHA for 253b388
Cargo.toml
@@ -46,7 +46,7 @@ serde = { version = "1.0", features = ["derive"] }
46
serde_json = "1"
47
slab = "0.4.6"
48
smol = "2"
49
-socket2 = "0.6"
+socket2 = ">=0.5, <0.7"
50
thiserror = "2.0.3"
51
tinyvec = { version = "1.1", features = ["alloc"] }
52
tokio = { version = "1.28.1", features = ["sync"] }
0 commit comments