chore(deps): tokio ^1.44.2 (#1989)

This commit is contained in:
Niklas Adolfsson
2025-04-08 13:03:54 +02:00
committed by GitHub
parent 822a0df21a
commit 175f604ea7
6 changed files with 298 additions and 211 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
subxt = { path = "../../subxt" }
subxt-signer = { path = "../../signer" }
tokio = { version = "1.35", features = ["macros", "time", "rt-multi-thread"] }
tokio = { version = "1.44.2", features = ["macros", "time", "rt-multi-thread"] }