diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml
index ec12b41e79..ecdb8b9d0c 100644
--- a/subxt/Cargo.toml
+++ b/subxt/Cargo.toml
@@ -24,7 +24,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features =
 scale-info = { version = "2.0.0", features = ["bit-vec"] }
 futures = "0.3.13"
 hex = "0.4.3"
-jsonrpsee = { version = "0.12.0", features = ["async-client", "client-ws-transport"] }
+jsonrpsee = { version = "0.13.0", features = ["async-client", "client-ws-transport"] }
 serde = { version = "1.0.124", features = ["derive"] }
 serde_json = "1.0.64"
 thiserror = "1.0.24"