@@ -12,20 +12,20 @@ hyper = { version = "1", features = ["client", "http1"] }
1212hyper-util = { version = " 0.1" , features = [" tokio" ] }
1313http-body-util = " 0.1"
1414bytes = " 1"
15- jsonrpsee-http-client = { git = " https://github.com/warp-driver/jsonrpsee" , branch = " wasip2-support" , default-features = false , features = [" tls-rustcrypto" ] }
16- jsonrpsee-core = { git = " https://github.com/warp-driver/jsonrpsee" , branch = " wasip2-support" , features = [" client" ] }
17- soroban-rs = { git = " https://github.com/warp-driver/soroban-helpers" , branch = " wasip2-support" }
15+ # branch = "wasip2-support"
16+ jsonrpsee-http-client = { git = " https://github.com/warp-driver/jsonrpsee" , rev =" 25175f570a0be4e97a1bd4d7f1d2cbb486551a08" , default-features = false , features = [" tls-rustcrypto" ] }
17+ jsonrpsee-core = { git = " https://github.com/warp-driver/jsonrpsee" , rev =" 25175f570a0be4e97a1bd4d7f1d2cbb486551a08" , features = [" client" ] }
18+ soroban-rs = { git = " https://github.com/warp-driver/soroban-helpers" , rev = " 55f1b11dcb77f64b64afae0437421e5378d07605" } # branch = "wasip2-support"
1819serde = { version = " 1" , features = [" derive" ] }
1920serde_json = " 1"
2021
21- # mio with wasip2 support (not yet released to crates.io )
22- mio = { git = " https://github.com/tokio-rs/mio " , branch = " master " , features = [ " os-poll " , " net " ] }
22+ # mio with wasip2 support (just released)
23+ mio = " 1.2.0 "
2324
2425# tokio with wasip2 cfg tweaks (dicej's draft branch)
25- tokio = { git = " https://github.com/dicej/tokio" , branch = " wasip2-take2 " , features = [" rt" , " net" , " io-util" , " time" , " macros" , " sync" ] }
26+ tokio = { git = " https://github.com/dicej/tokio" , rev = " 61e5db5 " , features = [" rt" , " net" , " io-util" , " time" , " macros" , " sync" ] }
2627
2728[patch .crates-io ]
2829# wasip2 support (not yet released)
29- socket2 = { git = " https://github.com/rust-lang/socket2" , branch = " master" }
30- mio = { git = " https://github.com/tokio-rs/mio" , branch = " master" }
31- tokio = { git = " https://github.com/dicej/tokio" , branch = " wasip2-take2" }
30+ # socket2 = { git = "https://github.com/rust-lang/socket2", tag = "v0.6.3" }
31+ tokio = { git = " https://github.com/dicej/tokio" , rev =" 61e5db5" } # branch = "wasip2-take2"
0 commit comments