diff --git a/Cargo.toml b/Cargo.toml index 60e73f5..78289e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,4 +32,4 @@ tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] } tower-http = { version = "0.5.0", features = ["cors"] } utoipa = { version = "3.3.0", features = ["axum_extras"] } utoipa-swagger-ui = { version = "3.1.3", features = ["axum"] } -hyper = { version = "0.14", features = ["full"] } \ No newline at end of file +hyper = { version = "1.1", features = ["full"] } \ No newline at end of file