diff --git a/Cargo.toml b/Cargo.toml index 30b3bf7793..bfee038c37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] log = "0.4" thiserror = "1.0" futures = "0.3" -jsonrpsee = { git = "https://github.com/paritytech/jsonrpsee/", features = ["ws"] } +jsonrpsee = { version = "0.1", features = ["ws"] } num-traits = { version = "0.2", default-features = false } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"