diff --git a/nghe-backend/Cargo.toml b/nghe-backend/Cargo.toml index 36f37f03..d1b11ca2 100644 --- a/nghe-backend/Cargo.toml +++ b/nghe-backend/Cargo.toml @@ -56,7 +56,7 @@ diesel_migrations = { version = "2.2.0", features = ["postgres"] } figment = { version = "0.10.19", features = ["env"] } fs4 = { version = "0.11.1", features = ["sync"] } futures-lite = { version = "2.5.0" } -hyper = { version = "0.14.31" } +hyper = { version = "1.0.0" } hyper-tls = { version = "0.5.0" } indexmap = { version = "2.6.0" } libaes = { version = "0.7.0" }