Skip to content

Commit f551061

Browse files
authored
update tokio version to 1.44.2 to fix sec issue (paradigmxyz#15583)
1 parent dfd838c commit f551061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ proc-macro2 = "1.0"
563563
quote = "1.0"
564564

565565
# tokio
566-
tokio = { version = "1.39", default-features = false }
566+
tokio = { version = "1.44.2", default-features = false }
567567
tokio-stream = "0.1.11"
568568
tokio-util = { version = "0.7.4", features = ["codec"] }
569569

0 commit comments

Comments
 (0)