Update tokio version to the latest to avoid tokio versions with security bugs.
[rust-lightning] / lightning-transaction-sync / Cargo.toml
index d712229b0a820b841579f883594dcfed7a5f44ac..65f44ed3a666424bb095e244bf2ba0a8f3acf5ca 100644 (file)
@@ -31,7 +31,7 @@ electrum-client = { version = "0.18.0", optional = true }
 
 [dev-dependencies]
 lightning = { version = "0.0.118", path = "../lightning", default-features = false, features = ["std", "_test_utils"] }
-tokio = { version = "1.14.0", features = ["full"] }
+tokio = { version = "1.35.0", features = ["full"] }
 
 [target.'cfg(not(no_download))'.dev-dependencies]
 electrsd = { version = "0.26.0", default-features = false, features = ["legacy", "esplora_a33e97e1", "bitcoind_25_0"] }