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
+2 -2
View File
@@ -27,8 +27,8 @@ rustversion = "1.0.9"
[dev-dependencies]
axum = { path = "../axum", version = "0.6.0", features = ["headers"] }
futures-util = "0.3"
hyper = "0.14"
tokio = { version = "1.0", features = ["macros"] }
hyper = "0.14.24"
tokio = { version = "1.25.0", features = ["macros"] }
tower-http = { version = "0.4", features = ["limit"] }
[package.metadata.cargo-public-api-crates]