diff --git a/ica-rs/Cargo.lock b/ica-rs/Cargo.lock index 23438c6..95687bd 100644 --- a/ica-rs/Cargo.lock +++ b/ica-rs/Cargo.lock @@ -1054,6 +1054,7 @@ dependencies = [ [[package]] name = "rust_engineio" version = "0.4.4" +source = "git+https://github.com/shenjackyuanjie/rust-socketio.git?branch=mult_payload#074bada4ab04e1fd42d17d3ecfd76352abb0ed42" dependencies = [ "adler32", "async-stream", @@ -1062,7 +1063,6 @@ dependencies = [ "bytes", "futures-util", "http", - "log", "native-tls", "reqwest", "serde", @@ -1077,6 +1077,7 @@ dependencies = [ [[package]] name = "rust_socketio" version = "0.4.4" +source = "git+https://github.com/shenjackyuanjie/rust-socketio.git?branch=mult_payload#074bada4ab04e1fd42d17d3ecfd76352abb0ed42" dependencies = [ "adler32", "backoff", diff --git a/ica-rs/Cargo.toml b/ica-rs/Cargo.toml index ae10b1c..3002232 100644 --- a/ica-rs/Cargo.toml +++ b/ica-rs/Cargo.toml @@ -27,7 +27,7 @@ version = "0.20.2" # features = ["auto-initialize"] [patch.crates-io] -rust_socketio = { path = "D:/githubs/rust-socketio/socketio" } +rust_socketio = { git = "https://github.com/shenjackyuanjie/rust-socketio.git", branch = "mult_payload" } [build-dependencies]