File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,10 @@ publish = false
3434[workspace .dependencies ]
3535anyhow = { version = " 1" }
3636assert_matches = { version = " 1" }
37- boring = { version = " 4.3" }
37+ # pin boring things as temporary workaround for quiche_windows
38+ # (i686-pc-windows-gnu) failures observed in boring-sys 4.20
39+ boring = { version = " =4.19" }
40+ boring-sys = { version = " =4.19" }
3841buffer-pool = { version = " 0.1.0" , path = " ./buffer-pool" }
3942crossbeam = { version = " 0.8.1" , default-features = false }
4043dashmap = { version = " 6" }
Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ windows-sys = { version = "0.59", features = [
8888 " Win32_Networking_WinSock" ,
8989 " Win32_Security_Cryptography" ,
9090] }
91+ # temporary workaround for quiche_windows
92+ # (i686-pc-windows-gnu) failures observed in boring-sys 4.20
93+ boring-sys = { workspace = true , optional = true }
9194
9295[dev-dependencies ]
9396mio = { workspace = true , features = [" net" , " os-poll" ] }
You can’t perform that action at this time.
0 commit comments