diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index 4bf6acaed1..fa621e86f7 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -16,6 +16,6 @@ hyper = { version = "0.14", features = ["full"] } log = "0.4" serde = { version = "1", default-features = false, features = ["derive"] } serde_json = "1" -soketto = "0.4" +soketto = "0.7" tokio = { version = "1", features = ["net", "rt-multi-thread", "macros", "time"] } tokio-util = { version = "0.6", features = ["compat"] } diff --git a/ws-client/Cargo.toml b/ws-client/Cargo.toml index ef9ea25c15..12d65d36c4 100644 --- a/ws-client/Cargo.toml +++ b/ws-client/Cargo.toml @@ -19,7 +19,7 @@ jsonrpsee-types = { path = "../types", version = "0.2.0-alpha.6" } log = "0.4" serde = "1" serde_json = "1" -soketto = "0.4" +soketto = "0.7" pin-project = "1" thiserror = "1" url = "2" diff --git a/ws-server/Cargo.toml b/ws-server/Cargo.toml index e48acd8e38..127c59b6e4 100644 --- a/ws-server/Cargo.toml +++ b/ws-server/Cargo.toml @@ -19,7 +19,7 @@ log = "0.4" rustc-hash = "1.1.0" serde = { version = "1", default-features = false, features = ["derive"] } serde_json = { version = "1", features = ["raw_value"] } -soketto = "0.4" +soketto = "0.7" tokio = { version = "1", features = ["net", "rt-multi-thread", "macros"] } tokio-stream = { version = "0.1.1", features = ["net"] } tokio-util = { version = "0.6", features = ["compat"] }