Skip to content

Commit 4deb20b

Browse files
authored
Merge pull request #43 from Dushistov/update-tokio-tungstenite
remove tokio-tungstenite from patch sections
2 parents 0fa21a2 + 572e42e commit 4deb20b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
members = ["couchbase-lite-core-sys", "couchbase-lite", "chat-demo"]
33

44
[patch.'crates-io']
5+
# waiting https://github.com/hyperium/http/pull/422
56
http = { git = "https://github.com/Dushistov/http", rev = "3ad3b825edc3a0d9048a6af5ab524f2fc51bde30" }
6-
tokio-tungstenite = { git = "https://github.com/snapview/tokio-tungstenite", rev = "dff4d7209b5f8c4299a2e2be9f46bd79217fda48" }
77
couchbase-lite = { path = "couchbase-lite" }
88
couchbase-lite-core-sys = { path = "couchbase-lite-core-sys" }
9+
# waiting https://github.com/alexcrichton/cmake-rs/issues/96
10+
# and https://github.com/alexcrichton/cmake-rs/pull/101
911
cmake = { git = "https://github.com/Dushistov/cmake-rs", rev = "125fe65e123f9bd4ceaf91924b0a381d473f2d97" }

couchbase-lite/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fallible-streaming-iterator = "0.1.9"
1919
bitflags = "1.2.1"
2020
once_cell = "1.2.0"
2121
log = "0.4.8"
22-
tokio-tungstenite = { version = "0.10.1", optional = true }
22+
tokio-tungstenite = { version = "0.11.0", optional = true }
2323
http = { version = "0.2.1", optional = true }
2424
tokio = { version = "0.2", default-features = false, features = ["sync", "macros"], optional = true }
2525
futures-util = { version = "0.3.5", optional = true }

0 commit comments

Comments
 (0)