Skip to content

Commit ad232f2

Browse files
committed
📝 update tungstenite to 0.26
1 parent b9dae54 commit ad232f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ docopt = "1.0"
6262
httparse = "1.1"
6363
tempfile = "3"
6464
native-tls = "0.2"
65-
tungstenite = "0.24"
65+
tungstenite = "0.26"
6666
serde_derive = "1.0"
6767

6868
[features]

src/io/sys/windows/miow.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ impl AcceptAddrsBuf {
660660
}
661661
}
662662

663-
#[allow(deref_nullptr)]
664663
fn args(&self) -> (*mut std::ffi::c_void, u32, u32, u32) {
665664
let remote_offset = std::mem::offset_of!(AcceptAddrsBuf, remote);
666665
(

0 commit comments

Comments
 (0)