diff --git a/Cargo.toml b/Cargo.toml index c90cf6b..d37d6e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ hyper = "0.14.26" serde = {version="1.0.160", features=["derive"]} serde_json = "1.0.104" shellexpand = "3.1.0" -tokio = { version = "1.28.0", features = ["full"] } +tokio = { version = "1.29.1", features = ["full"] } tower-http = { version = "0.4.3", features = ["fs", "cors","trace"] } [profile.release]