From 77a899c76575247515dd8bf2d23352bcf38d30ce Mon Sep 17 00:00:00 2001 From: shenjack-5600u <3695888@qq.com> Date: Sat, 10 Feb 2024 12:31:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=80=E4=B8=8B=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ica-rs/Cargo.lock | 3 ++- ica-rs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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]