update tokio dep to fix potential security vulnerability (#1787)

This commit is contained in:
Spencer Bartholomew
2023-02-27 18:40:03 +01:00
committed by GitHub
parent 08bac36519
commit 6067223fcc
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ rustversion = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
syn = { version = "1.0", features = ["full", "extra-traits"] }
tokio = { version = "1.0", features = ["full"] }
tokio = { version = "1.25.0", features = ["full"] }
trybuild = "1.0.63"
[package.metadata.cargo-public-api-crates]