更新一下依赖
This commit is contained in:
parent
b2abc3277c
commit
77a899c765
3
ica-rs/Cargo.lock
generated
3
ica-rs/Cargo.lock
generated
@ -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",
|
||||
|
@ -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]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user